pyftpdlib
A simple FTP server written in python
Installation
Basic usage
By default pyftpdlib uses port 2121. With --port flag, indicate a different port. Anonymous authentication is enabled by default if we don't set a user and password.
With the option --write
to allow clients to upload files to our attack host: