Simple code for FTP Server in python

Nilesh Nar picture Nilesh Nar · Oct 23, 2010 · Viewed 24.9k times · Source

I want to built a simple FTP server in python which will serve the client in just downloading a text file. Can any one kindly help me by suggesting the best study material to refer and help me finding some code snippets.

Answer

pyfunc picture pyfunc · Oct 23, 2010

Check out the FTP examples with twisted

Also a simple implementation: ftpdrop.py