PDA

View Full Version : [FTP] Setup a Server on Leopard ?


jashsayani
07-10-2008, 03:06 PM
I want to setup FTP server on my Mac. Tried File Sharing but its AFT not FTP on port 21. How do I set it up ?

Some help would be great. :)

otoc
07-22-2008, 08:11 AM
Check out http://jeanmatthieu.free.fr/pureftpd/

volkspost
07-22-2008, 10:33 AM
I want to setup FTP server on my Mac. Tried File Sharing but its AFT not FTP on port 21. How do I set it up ?

Some help would be great. :)

Use the more secure SSH server then SFTP into the Mac at port 22

v.

jashsayani
07-22-2008, 10:47 AM
Use the more secure SSH server then SFTP into the Mac at port 22

v.

So how do I configure my Mac as a SFTP server.. ?

volkspost
07-22-2008, 08:16 PM
So how do I configure my Mac as a SFTP server.. ?

Sharing->Remote Login (I guess its the correct translation) It's one topic below Web-Sharing.

volkspost

jashsayani
07-22-2008, 09:03 PM
Thanks got it. :)

Problem Solved, once again !

sam
07-22-2008, 09:16 PM
Be aware that if you have a sftp runnign you will possibly provide ssh too. If you want user to be only able to connect for filetrasnfer you need a sftp only chel, everthing is a huge risk.

jashsayani
07-23-2008, 09:35 AM
Be aware that if you have a sftp runnign you will possibly provide ssh too. If you want user to be only able to connect for filetrasnfer you need a sftp only chel, everthing is a huge risk.

Thanks for the alert. Yes, I guess its a risk with FTP. So, is there a way to restrict connections from a country (India) only ? So, when someone connects, it checks who.is for the IP and if country code is "IN", then it grants access or else connects are denied...

Some thing like that would greatly minimize the risk... :)