Reputation: 1239
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
Upvotes: 2
Views: 8195
Reputation: 1239
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
Upvotes: 1
Reputation: 1006
Take a look at CompleteFTP, which supports SFTP on Windows, and runs as a Windows service. Commercial product btw.
Upvotes: 1
Reputation: 4639
Take a look at WinSSHD (by the makers of putty). Simple, easy to use, and free for non-commercial use.
Upvotes: 1
Reputation: 30714
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.
Upvotes: 1