minimumTFTP là một máy chủ TFTP và khách hàng được viết bằng Python.
sử dụng cơ bản:
& Nbsp; >>> nhập khẩu minimumTFTP
& Nbsp; máy chủ đang chạy
& Nbsp; >>> tftpServer = minimumTFTP.Server ('C: server_TFTP_Directory')
& Nbsp; >>> tftpServer.run ()
& Nbsp; client chạy
& Nbsp; >>> arg1: server_IP_address
& Nbsp; >>> arg2: client_directory
& Nbsp; >>> arg3: có được hoặc đặt tên tập tin
& Nbsp; >>> tftpClient = minimumTFTP.Client (arg1, arg2, arg3)
& Nbsp; nhận
& Nbsp; >>> tftpClient.get ()
& Nbsp; đặt
& Nbsp; >>> tftpClient.put ()
sử dụng python -m:
& Nbsp; máy chủ runnning
& Nbsp; python -m minimumTFTP -s [thư mục]
& Nbsp; khách hàng có được
& Nbsp; python -m minimumTFTP -g [serverIP] [thư mục] [filename]
& Nbsp; đặt client
& Nbsp; python -m minimumTFTP -p [serverIP] [thư mục] [filename]
Yêu cầu :
- Python
Bình luận không