python_ftp_server
python_ftp_server copied to clipboard
Simple ftp server for file sharing between computers
FTP server to transfer files between machines with zero configuration
Usage
python -m pip install python-ftp-serverpython -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,PORTinto FileZilla (or any other FTP client):