Skip to content

A Python-based FTP server configured with a single passive port, designed for UFW users.

License

Notifications You must be signed in to change notification settings

9xh4kv/oneportftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

OnePortFTP

OnePortFTP is a Python-based FTP server designed for easy passive port management. It simplifies the process by utilizing a single passive port, making it a convenient choice for UFW users.

Usage

Default Listening port: 21 Default Passive port: 1620

  • Start the FTP server with credentials
python3 oneportftp.py -u USER -p PASSWORD 
  • Start the FTP server with Anonymous login and write/read permissions (no account required)
python3 oneportftp.py
  • Customizing the listening port and passive port:
python3 oneportftp.py -l 4444 -P 8888

About

A Python-based FTP server configured with a single passive port, designed for UFW users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages