python -m pip install python-ftp-server
python -m python_ftp_server -d "dirctory/to/share"
will print:
Local address: ftp://<IP>:60000
User: <USER>
Password: <PASSWORD>
- Copy and paste your
IP
,USER
,PASSWORD
,PORT
into FileZilla (or any other FTP client):