minimumTFTP is 'n TFTP bediener en die kliënt geskryf in Python.
Basiese gebruik:
& Nbsp; >>> invoer minimumTFTP
& Nbsp; bediener loop
& Nbsp; >>> tftpServer = minimumTFTP.Server ('C: server_TFTP_Directory')
& Nbsp; >>> tftpServer.run ()
& Nbsp; kliënt loop
& Nbsp; >>> noem arg1: server_IP_address
& Nbsp; >>> arg2: client_directory
& Nbsp; >>> arg3: kry of sit lêernaam
& Nbsp; >>> tftpClient = minimumTFTP.Client (noem arg1, arg2, arg3)
& Nbsp; kry
& Nbsp; >>> tftpClient.get ()
& Nbsp; sit
& Nbsp; >>> tftpClient.put ()
gebruik python-m:
& Nbsp; bediener aanschaft
& Nbsp; python-m minimumTFTP s [directory]
& Nbsp; kliënt kry
& Nbsp; python-m minimumTFTP G [serverIP] [directory] [lêernaam]
& Nbsp; kliënt put
& Nbsp; python-m minimumTFTP p [serverIP] [directory] [lêernaam]
Vereistes :
- Python
Kommentaar nie gevind