views:

418

answers:

5

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?

Thanks
nrk

+2  A: 

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

SLaks
Thanks, as it is opensource I can use it.
nRk
Filezilla supports FTP and FTPS, *not* SFTP.
Bruce Blackshaw
Apparently, that's good enough for him.
SLaks
+1  A: 

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.

sipwiz
+1  A: 

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

0xfe
Citation for the putty link? Putty is written by Simon Tatham, I can't see any link between him and Bitvise.
Andrew Aylett
+1  A: 

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

Bruce Blackshaw
+1  A: 

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

Thanks everyone for the quick help.

nrk

nRk