| Author |
FTPS java example
|
Richard Butterwood
Ranch Hand
Joined: Nov 07, 2005
Posts: 45
|
|
Hi,
Could somebody provide me a Java example on how to use FTPS? I need to both upload and download files with FTPS using a digital certificate.
Thanks,
Richard
|
 |
Martijn Verburg
author
Bartender
Joined: Jun 24, 2003
Posts: 3268
|
|
|
Google gave me this link to start with...
|
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
|
 |
Richard Butterwood
Ranch Hand
Joined: Nov 07, 2005
Posts: 45
|
|
Thanks.
Chilkat seems to be commercial. Is there anything for free out there?
Another commercial one is:http://www.jscape.com/sftp/
If I had to go the commercial route, which is the recommended solution?
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12950
|
|
|
Note that FTPS (FTP over SSL) is not the same as SFTP. Make sure that you get a library for the right thing.
|
 |
Martijn Verburg
author
Bartender
Joined: Jun 24, 2003
Posts: 3268
|
|
Sorry I was being dense I even use this library at work for my FTP JCA connector! Apache to the rescue once more
|
 |
 |
|
|
subject: FTPS java example
|
|
|