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.
Thanks Nilesh..
|
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. Thanks Nilesh.. | ||||
feedback
|
|
Check out the FTP examples with twisted Also a simple implementation: ftpdrop.py | |||||
feedback
|
|
This is probably the best you can find to understand the FTP protocol. Implementation should be pretty simple once you've understood the mechanism. | |||||
feedback
|