You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

python-ftp-server

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-ftp-server

Command line FTP server tool designed for performance and ease of use.

1.3.18
pipPyPI
Maintainers
1

FTP server to transfer files between machines with zero configuration

Usage

  • python3 -m pip install python-ftp-server
  • python3 -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):

Keywords

ftp

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts