cara memulai server ftpd dengan python

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