FTP server

  • Thread starter Thread starter Bunit
  • Start date Start date
B

Bunit

Hello!! I need a program which can turn my computer into an FTP server. It
should be freeware preferably and not with a lot of interfaces and icons
there and then...


any ideas?
thanksss!
 
One option is to setup a Secure Shell [SSH] server and use a program like
WinSCP to access files on the server machine.

http://www.itefix.no/i2/node/27
http://theillustratednetwork.mvps.org/Ssh/SecureYourcopSSHServer-Vista.html

http://winscp.net/eng/index.php

SSH is completely encrypted and very safe particularly if you use
private/public key pairs protected by a strong password for authentication.

If your running XP Pro then you could setup IIS and use its FTP server
function. SSH is more secure however.

--

Al Jarvi (MS-MVP Windows – Desktop User Experience)

This posting is provided "AS IS" with no warranties, and confers no
rights...
The MS-MVP Program - http://mvp.support.microsoft.com
 
Back
Top