minimumTFTP è un server TFTP e client scritto in Python.
Utilizzo di base:
& Nbsp; >>> minimumTFTP importazione
& Nbsp; server in esecuzione
& Nbsp; >>> tftpServer = minimumTFTP.Server ('C: server_TFTP_Directory')
& Nbsp; >>> tftpServer.run ()
& Nbsp; in esecuzione cliente
& Nbsp; >>> arg1: indirizzo_IP_server
& Nbsp; >>> arg2: client_directory
& Nbsp; >>> arg3: ottenere o mettere il nome del file
& Nbsp; >>> tftpClient = minimumTFTP.Client (arg1, arg2, arg3)
& Nbsp; ottenere
& Nbsp; >>> tftpClient.get ()
& Nbsp; mettere
& Nbsp; >>> tftpClient.put ()
utilizzare python -m:
& Nbsp; runnning del server
& Nbsp; python -m minimumTFTP -s [directory]
& Nbsp; cliente arrivare
& Nbsp; python -m minimumTFTP -g [serverIP] [directory] [nome file]
& Nbsp; put cliente
& Nbsp; python -m minimumTFTP -p [serverIP] [directory] [nome file]
Requisiti
- Python
I commenti non trovato