Quick FTP Server with python
This one liner python snippet runs ftp server with write access for anonymous user:
python -m pyftpdlib -p 21 -w
This one liner python snippet runs ftp server with write access for anonymous user:
python -m pyftpdlib -p 21 -w