I\'ve written a service for our customer that automatically transmits files to given destinations using FTP. For historic reasons I\'m using WinInet to perform the FTPing. All w
Unfortunately, SFTP is not natively supported by WinInet or any other standard Windows libraries.
I've had good luck with /n Software's IP*Works SSH for .NET in talking to a large variety of SFTP servers.