Question

I want to create a Proof of concept where i need to install SFTP on windows server 2008 R2 and then i need to write a program in C# to transfer file to that SFTP server

i dont know anything abut installing SFTP server but on c# i have some know how to send file to SFTP server

I have tried to use FileZilla but i am not able to configure it properly.

Please recommend me some tutorial to install SFTP server on windows 2008 R2 and to send file through c# to that server

Was it helpful?

Solution

You can try freeFTPd, found here:

http://www.freesshd.com/

With FileZilla you cannot set up an SFTP server.

For sending the file using C#, as far as I know .NET does not have any libraries for connecting to an SFTP server. You should use a third party library.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top