Skip to content

minjimwu/python-ftplib-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

use python 2.7 and ftplib to upload files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages