Is there a secure FTP class out there yet? Looking for an easy way out
because I don't have time to write one! :-) A Google search turned up
nothing.
Paul Lutus - 03 Sep 2004 16:40 GMT
> Is there a secure FTP class out there yet? Looking for an easy way out
> because I don't have time to write one! :-) A Google search turned up
> nothing.
Most likely it's already on your system.
$ man sftp
sftp - Secure file transfer program ...

Signature
Paul Lutus
http://www.arachnoid.com
Michael Saunby - 03 Sep 2004 17:22 GMT
> Is there a secure FTP class out there yet? Looking for an easy way out
> because I don't have time to write one! :-) A Google search turned up
> nothing.
SFTP is, I believe, simply FTP over SSH, so http://www.openssh.org/ should
take you somewhere suitable.
Michael Saunby
Thomas Pfäfflin - 04 Sep 2004 11:09 GMT
Am Fri, 03 Sep 2004 15:10:50 GMT schrieb Dick <nospam@nospam.com>:
> Is there a secure FTP class out there yet? Looking for an easy way out
> because I don't have time to write one! :-) A Google search turned up
> nothing.
Hi,
If i understand you, you need an java api for sftp. Recently i have found
the following:
http://www.myjavaworld.com/
But i have no experiences using it, because i had not time to test it.
Maybe you could send me your experiences if you found it useful and worth
trying it.
Hope could help
Thomas
flupke - 10 Sep 2004 08:42 GMT
> Is there a secure FTP class out there yet? Looking for an easy way out
> because I don't have time to write one! :-) A Google search turned up
> nothing.
http://www.jcraft.com
I used it in the past and it works great.