Skip to content

Red-Eyed/python_ftp_server

Repository files navigation

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

About

Simple ftp server for file sharing between computers

Topics

Resources

Stars

Watchers

Forks

Languages