Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 474 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 474 Bytes

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):