Question

Hi

We can create ftp server in Windows XP SP3 OS using IIS ftp server.
In my project i need to connect SFTP server so, How can I create SFTP server in Windows xp SP3 operation system? Is it possible to creat using IIS as we create FTP server?

Can anyone provide me tutorial or links to create SFTP server in my desktop machine?


nrk

Was it helpful?

Solution

Take a look at CompleteFTP, which supports SFTP on Windows, and runs as a Windows service. Commercial product btw.

OTHER TIPS

You can use the FileZilla FTP Server, which supports SFTP.

I use a project from sourceforge called sshwindows. It's basically a wrapper around the cygwin OpenSSH library. It's minimal and works a charm.

Take a look at WinSSHD (by the makers of putty). Simple, easy to use, and free for non-commercial use.

I am able to setup SFTP server, the below link explains how to setup SFTP server on windows machine: http://www.xenocafe.com/tutorials/windows/openssh_sftp_server/index.php

everyone for the quick help.

nrk

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