Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Best FTP library

user8762402May 17 2016 — edited May 23 2016

I need to ftp a file to a remote FTP server. Do you know of any good ftp library out there to use?  I need the following features

  • Be able to create directories remotely. Error checking of course if cannot create a directory
  • Error checking if the file is uploaded successfully or not
  • Ideally I want to use the native java library if possible so I don't have to include the 3rd party library.

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2016
Added on May 17 2016
3 comments
2,695 views