Do you know any good open source library other than Apache commons-net FTPSClient to interact with a FTPS site

Regards,

link|improve this question

2  
What's wrong with Apachek commons FTP client? – AlexR Feb 28 '11 at 19:40
feedback

2 Answers

up vote 4 down vote accepted

ftp4j provides FTPS functionality and is, IMHO, easier to work with than the apache commons ftp client. Ftp4j is under active development (not by me).

link|improve this answer
Thank You very much, it worked really well! – StudiousJoseph Feb 28 '11 at 20:42
feedback

Take a peek at this comparison chart from JavaWorld. It breaks down all of the types of clients by feature, license, and cost.

As pointed out below, this chart does seem to be somewhat old (from 2003).

link|improve this answer
1  
From 2003? I wonder how many of those that are still active – Erik Feb 28 '11 at 19:52
Heh, yeah, I didn't realize how old that was, but FTP hasn't changed that much :) but that's a valid point and I'll update my answer – Andrew White Feb 28 '11 at 19:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.