FTP Server under Mac OS X

How to launch & use a FTP server with macos

Home / Posts / FTP Server under Mac OS X
Auvik - Monitor Everything on your Network

Today a colleague of mine (Thanks Alex Passfall) showed me a simple ftp server under mac:

1
2
pip install twisted # if not already
sudo twistd -n ftp -p 21 -r Downloads

After that you can access all the files in the specified directory through ftp. Awesome stuff!

1
2
3
4
5
6
7
aci-lab-as01#copy ftp://10.32.32.184/file.lic .
Destination filename [file.lic]?
Accessing ftp://10.32.32.184/file.lic...
Loading file.lic !
[OK - 814/4096 bytes]

814 bytes copied in 0.084 secs (9690 bytes/sec)

Thanks @Samuel Heinrich for spell checking 😉

comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy