Skip to Main Content

Java Programming

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!

unable to connect ftp using org.apache.commons.net.ftp.FTPClient

praveen09Aug 21 2009 — edited Aug 21 2009
Hi

please let me know
FTPClient client = new FTPClient();

 client.connect("localhost/Alfresco");

    client.login("admin", "admin");
whenever i try with
FTPClient client = new FTPClient();

 client.connect("localhost/Alfresco");

    client.login("admin", "admin");
please guide me is it possible to connect ftp location using FTP jar file provided by apache foundation.
to the given connection example.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2009
Added on Aug 21 2009
3 comments
318 views