Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 326 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 326 Bytes

python-ftplib-helper

user python 2.7 and ftplib to upload file to ftp server.

Installation

install python 2.7 first

pip install ftplib
pip install argparse

Usage

upload file

python ftp_client.py -s {server_ip} -a {account} -p {password} -rd {remote_dir} -f {local_file_path}