I've been able to successfully use ftpwebrequest for uploading and downloading files via standard ftp protocol.
I thought I would be able to use .EnableSSL = True but I still can't connect to the sFTP site.
Research has indicated that .NET libraries don't natively support sFTP - can anyone provide some insight on transferring a file via sFTP?
Thanks!