Click here to Skip to main content
15,920,956 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i'm developing an application in asp.net 3.5.Here i need to transfer file to a remote location using SFTP.I was able to develop the code using FTP.But now i need C# code for SFTP.But when i search in google i found that .Net does not support SFTP.For that we need to download additional library.Can you please help me how can i develop SFTP application using C# code(asp.net 3.5)?

Appreciate your help...
Posted

1 solution

I don't understand how you could have googled it and found nothing. You obviously don't want (or don't have the programming chops) to develop the code on your own, yet you appear to not want to download it from any place else.

I suggest you go back and re-google "C# SFTP", and grab the first library you come across.
 
Share this answer
 
Comments
Member 1090025 2-Feb-11 15:48pm    
That's not really an answer, is it?

Finding a workable SFTP solution for .NET is a real chore. There are lots of open source libraries out there, but most are for C/C++ and Linux. Some just shell out to popular sftp command line tools.

Sugato, try Enhanced SharpSSH (http://ketulpatel.wordpress.com/2010/05/13/enhanced-sharpssh/). It's an updated/enhanced version of a very popular (but somewhat limited) .NET SFTP library.

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