Click here to Skip to main content
16,016,527 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Dear All
SFTP using file download and upload .....
not using third party control. Only using SFTP protocol pl send me sample code
mailid [email deleted]
Regards
E.VEERAPERUMAL
Posted
Updated 30-Apr-14 7:05am
v2
Comments
Sunasara Imdadhusen 23-Apr-14 9:56am    
Have you tried on Google!!!!

1 solution

Are you talking about achieving this through code? .Net? If .NET, then, sorry, you are out of luck. SFTP is not supported in .NET. The FTPWebRequest does not support sFTP. You will have to achieve this through a third party control. Check out WinSCP. They have a .Net wrapper to achieve this particular functionality. I have used it with a lot of success.

Hope that helps!
SS

Update: Here's a link to the url for WinSCP and .NET: http://www.codeproject.com/Articles/769049/sFTP-and-NET[^]
 
Share this answer
 
v2
Comments
Member 10420597 29-Apr-14 2:47am    
how to use WinScp please code refer

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900