<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>FTP Client Implementation in Java</title>
		<description>Comments for FTP Client Implementation in Java at http://www.techfundu.com , comment 1 to 2 out of 2 comments</description>
		<link>http://www.techfundu.com</link>
		<lastBuildDate>Sun, 05 Feb 2012 17:08:14 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>Looks like JDK doesn't provide &quot;full&quot; and &quot;good&quot; support for FTP</title>
			<link>http://www.techfundu.com/2009123179/java-technology/core-java/ftp-client-implementation-in-java#comment-9</link>
			<description>Yes, We can use URLConnection class for FTP but it seems Sun JDK doesn't provide &quot;full&quot; and &quot;good&quot; support for FTP. It is good only for basic operation.There is lot of debate going on this in OpenJDK7 project...Not sure what is the current state of this issue, &quot;seems still in discussion stage&quot;, so it is recommended to use Jakarta Commons Net until Sun finalize something clealy on FTP.. Please refer below URLs.

http://blogs.sun.com/jcc/entry/spring_cleaning

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4650689
 - Rajesh Pawar</description>
			<pubDate>Mon, 04 Jan 2010 06:02:12 +0100</pubDate>
		</item>
		<item>
			<title>try using URLConnection</title>
			<link>http://www.techfundu.com/2009123179/java-technology/core-java/ftp-client-implementation-in-java#comment-6</link>
			<description>I think we can always connect to ftp server using the URLConnection class.
We can use the InputStream and OutputStream available to upload and download the file content.
the URL would also need to include the username and password eg.
ftp://username:password@somehost/path/file
 - Pravin Jain</description>
			<pubDate>Thu, 31 Dec 2009 16:06:17 +0100</pubDate>
		</item>
	</channel>
</rss>

