Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / July 2005

Tip: Looking for answers? Try searching our database.

Java FTP api

Thread view: 
Andy - 15 Jul 2005 17:19 GMT
Hi all,
Does java hav an inbuilt api for ftp?
Thomas Fritsch - 15 Jul 2005 18:38 GMT
> Hi all,
> Does java hav an inbuilt api for ftp?

Java has built-in support for ftp protocol and URLs. For example:
  URL url = new URL("ftp://ftp.someserver.com/bla");
  // ....
See the javadoc of class java.net.URL for more info how to proceed.

Signature

"Thomas:Fritsch$ops:de".replace(':','.').replace('$','@')

Simon OUALID - 16 Jul 2005 10:35 GMT
Or maybe apache jakarta's commons network libraries :

http://jakarta.apache.org/commons/net/

Symon

>> Hi all,
>> Does java hav an inbuilt api for ftp?
[quoted text clipped - 3 lines]
>   // ....
> See the javadoc of class java.net.URL for more info how to proceed.
jan V - 15 Jul 2005 18:59 GMT
> Does java hav an inbuilt api for ftp?

I've never used the URL class for any FTP access (as the other poster
suggests), but I have enjoyed using the Apache Commons Net library in the
past. It's easy to use, and has many more features than any URL class will
have....


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.