nRk
nRk

Reputation: 1239

How to create SFTP service in Windows xp sp3?

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

Answers (5)

nRk
nRk

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

Bruce Blackshaw
Bruce Blackshaw

Reputation: 1006

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

Upvotes: 1

0xfe
0xfe

Reputation: 4639

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

Upvotes: 1

sipsorcery
sipsorcery

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

SLaks
SLaks

Reputation: 887807

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

Upvotes: 1

Related Questions