Re: SCP or SFTP with WO?
Re: SCP or SFTP with WO?
- Subject: Re: SCP or SFTP with WO?
- From: "b.bum" <email@hidden>
- Date: Tue, 19 Aug 2003 16:40:24 -0700
http://www.petitcolas.net/fabien/software/java-ssh/
http://sourceforge.net/projects/sshtools/
http://javassh.org/
http://www.oit.duke.edu/sa/security/ssh.html
http://www.netspace.org/ssh/
Some of these will lead to different entry points to MindTerm. In any
case, all of these are various implementations of the SSH protocol in
Java. Some include SCP support, some do not.
You will also want to refer to http://www.openssh.com/ as SFTP is now
included in OpenSSL and OpenSSL is more or less then standard these
days. The OpenSSH site also provides this wonderful page...
http://www.openssh.com/java.html
... which includes some of the above links.
One of the challenges you will be faced with is whether to implement to
the SSH1 or SSH2 specification. It is more than a technical decision
as there are also licensing issues to consider (ssh1 is free, ssh2
requires consideration of F-Secure's license -- at least I think it
does, I'm not really sure).
b.bum
On Tuesday, August 19, 2003, at 4:15 , steve stout wrote:
Has anyone tried interfacing the command line scp or sftp tools with
WO? Or is there a (free?) library that will do the same
functionality? I need to be able to upload and download files
automatically to a server that can only be accessed through
SSH/SCP/SFTP.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.