Link to home
Start Free TrialLog in
Avatar of thenthorn1010
thenthorn1010Flag for United States of America

asked on

How to complete a SFTP transfer from a server Using C#

I am writing an application that needs to make an FTP call to one server and is required to use SFTP to download a specific file from a given IP address on their local network. The transfer must be done in SFTP format because there is a firewall that will block any direct FTP transfer attempts to this server. Could someone let me know how one would go about downloading a file from a server using FTP and SFTP? (I am new to C# and have never completed a task using either of these requirements.) Any help that you could provide would be greatly appreciated.
Avatar of AlexPace
AlexPace
Flag of United States of America image

You'll need a third-party component to do SFTP in visual studio... unless you are confusing SFTP with FTPS.  You can do FTPS with the native component.
ASKER CERTIFIED SOLUTION
Avatar of MajorBigDeal
MajorBigDeal
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial