首页 > 代码库 > Python开发基础-Day25-28FTP项目(待补充)

Python开发基础-Day25-28FTP项目(待补充)

optparse

 

技术分享

C:\Users\Mr.chai>python C:/Users/Mr.chai/Desktop/PythonProject/DAY/day27/LuffyFTP/client/luffy_client.py -h
Usage: luffy_client.py [options]

Options:
-h, --help show this help message and exit
-s SERVER, --server=SERVER
ftp server ip_addr
-P PORT, --port=PORT ftp server port
-u USERNAME, --username=USERNAME
username info
-p PASSWORD, --password=PASSWORD
password info

Python开发基础-Day25-28FTP项目(待补充)