Hi,

On Fri, 4 May 2001, Hamish Kibblewhite wrote:
> I have an idea of a little java project to wrapper scp and or sftp.  
> What I would like to know is where information on how to call scp +/or
> sftp from java might be.  Can anyone point me in the right direction
> regarding documenation?

Depending on what you want to do you might consider doing it in pure java
(i.e. not call "external" binaries). We have a complete implementation of
ssh1 and ssh2 including scp1 and sftp.

Check it out at www.mindbright.se/mindterm/

Cheers,

/Mats

Reply via email to