<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: FTP Applet Uploader</title>
	<atom:link href="http://www.rjohnson.id.au/wordpress/2006/10/29/ftp-applet-uploader/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rjohnson.id.au/wordpress/2006/10/29/ftp-applet-uploader/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 15 Mar 2010 07:20:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Chris</title>
		<link>http://www.rjohnson.id.au/wordpress/2006/10/29/ftp-applet-uploader/#comment-663</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 07 Jan 2010 08:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/?p=23#comment-663</guid>
		<description>HI Richard,

I know its been a long time since you published this entry, and a while since your last post. However I am hoping you can help me out a little if you get this. I am using this nifty little applet to bypass by hosts upload limit.

It seems at a certain point in the middle of uploading a file the thread quits with a java.lang.NullPointerException
 on ftpOut.write(buffer, 0, bytesRead);

I cant for the life of me understand why it would happen. I get 8 KB's into the upload then bang, right on 8 i get this exception everything time.</description>
		<content:encoded><![CDATA[<p>HI Richard,</p>
<p>I know its been a long time since you published this entry, and a while since your last post. However I am hoping you can help me out a little if you get this. I am using this nifty little applet to bypass by hosts upload limit.</p>
<p>It seems at a certain point in the middle of uploading a file the thread quits with a java.lang.NullPointerException<br />
 on ftpOut.write(buffer, 0, bytesRead);</p>
<p>I cant for the life of me understand why it would happen. I get 8 KB&#8217;s into the upload then bang, right on 8 i get this exception everything time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blog</title>
		<link>http://www.rjohnson.id.au/wordpress/2006/10/29/ftp-applet-uploader/#comment-4</link>
		<dc:creator>blog</dc:creator>
		<pubDate>Sun, 10 Dec 2006 04:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/?p=23#comment-4</guid>
		<description>First of all, sorry for the delay in my reply, it has been a crazy week.

With your problem, ensure your uploadedFileName parameter is an absolute path to the file you want the data to be saved to and that you accepted the security certificate.

There could be a few things causing this issue (unfortunately), including firewall stuff.  You may be able to check the applet console for more information on what is going on.

To do this load up the applet without attempting to upload the file.  Then right click on the java icon in your taskbar and click "Open Console".  Then try uploading the file and see what messages appear in the console.

Feel free to hit me back here with any error messages that popup and I'll try and work through them with you.</description>
		<content:encoded><![CDATA[<p>First of all, sorry for the delay in my reply, it has been a crazy week.</p>
<p>With your problem, ensure your uploadedFileName parameter is an absolute path to the file you want the data to be saved to and that you accepted the security certificate.</p>
<p>There could be a few things causing this issue (unfortunately), including firewall stuff.  You may be able to check the applet console for more information on what is going on.</p>
<p>To do this load up the applet without attempting to upload the file.  Then right click on the java icon in your taskbar and click &#8220;Open Console&#8221;.  Then try uploading the file and see what messages appear in the console.</p>
<p>Feel free to hit me back here with any error messages that popup and I&#8217;ll try and work through them with you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scrumpy</title>
		<link>http://www.rjohnson.id.au/wordpress/2006/10/29/ftp-applet-uploader/#comment-3</link>
		<dc:creator>scrumpy</dc:creator>
		<pubDate>Sat, 02 Dec 2006 23:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.rjohnson.id.au/wordpress/?p=23#comment-3</guid>
		<description>Hi Richard,

I'm attempting to create a modified version of this script for uploading large files to my site ( &#62; 100Mb), as its just the sort of simple use of java ftp I'm after. I tested locally with a short connect (to a remote ftp) and create directory routine, recompiling everything using your compilation script once I'd finished.

While everything loads correctly, and my connection and directory creation elements seem to work fine, the script fails when actually attempting to transfer the file. The status bar just reads 8Kb and sits at 0%.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>I&#8217;m attempting to create a modified version of this script for uploading large files to my site ( &gt; 100Mb), as its just the sort of simple use of java ftp I&#8217;m after. I tested locally with a short connect (to a remote ftp) and create directory routine, recompiling everything using your compilation script once I&#8217;d finished.</p>
<p>While everything loads correctly, and my connection and directory creation elements seem to work fine, the script fails when actually attempting to transfer the file. The status bar just reads 8Kb and sits at 0%.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
