Cómo iniciar el servidor FTPD con Python

#first install pyftpdlib
pip install pyftpdlib
#then start an ftp server
python -m pyftpdlib -p 21 w
Patrick Star