Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 348 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 348 Bytes

python-ftpClient

A ftp client for Linux with tab completion and progress bar

Dependencies

  • python 3.x
  • tqdm
    pip install tqdm

Usage

python3 ftp-client.py ip port

If you want to connect as anonymous user leave the username and password blank

Notes

works on termux on android and with the ubuntu terminal on windows