Transfer files using sFTP

imranIBM

New member
Joined
May 17, 2005
Messages
4
I have a requirement to transfer files to a file server using sFTP. Does .Net 2.0 provide any features or classes to implement this? Thanks in advance for help.
 
Actually Omid, what our friend is looking for is "sFTP" (otherwise known as Secure FTP). The .NET 2.0 Framework (as well as the example Omid provided) only supports standard non-secure FTP. If you want Secure FTP, you will most likely have to buy a component to do that.


Pete
 
Back
Top