search for: ftpputfile

Displaying 1 result from an estimated 1 matches for "ftpputfile".

2005 Aug 30
2
Replacing WinInet functions with OpenSSH API Calls
...penSSH 3.71p, and the requirements are to not change the server side daemon, and only change my client calls. While I'm fine with this, my current implementation takes advantage of WinINets ability to completely manage the file transfer session. I'm simply making calls to InternetOpen(), FtpPutFile() and InternetCloseHandle(). Is there a possibility that I can make API level calls with OpenSSH and replace my WinINet calls? If so, I have not been able to locate API's to do so, and would appreciate some pointers to documentation. If there is an API available, or an API based solution, I...