python_ftp_server icon indicating copy to clipboard operation
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

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