Replacing WinInet functions with OpenSSH API Calls
Martin Forssen
maf at appgate.com
Tue Aug 30 22:23:31 EST 2005
On 30 aug, Welch, Larry wrote:
> Do you know of any commercial products which could provide me the APIs
> which talk to the OpenSSH back end? My last resort would be to manage
> the file transfer through my program, and I'm a bit concerned about
> calling out because there will be hundreds of calls in a single
> iteration of my program.
MindTerm might fit the bill. It is a commercial Java implementation of
the SSH protocol and there are multiple ways of transferring files with
it. I see two ways of solving your problem with MindTerm.
1. Either integrate it and call the provided APIs directly, how hard
this is depends entirely on your application.
2. Or you can launch MindTerm as a separate application which implements
an ftp-proxy. In this case you run ftp as normal but connect to
localhost where MindTerm listens. MindTerm can then forward the files
either using ftp or sftp on the server.
For more information see http://www.appgate.com/mindterm or ask me.
/MaF
--
Martin Forssen <maf at appgate.com> Development Manager
Phone: +46 31 7744361 AppGate Network Security AB
More information about the openssh-unix-dev
mailing list