Comment démarrer le serveur FTPD avec Python

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