minimumTFTP est un serveur TFTP et le client écrit en Python.
L'utilisation de base:
& Nbsp; >>> minimumTFTP d'importation
& Nbsp; serveur exécutant
& Nbsp; >>> tftpserver = minimumTFTP.Server ('C: server_TFTP_Directory')
& Nbsp; >>> tftpServer.run ()
& Nbsp; client en cours d'exécution
& Nbsp; >>> arg1: adresse_IP_serveur
& Nbsp; >>> arg2: client_directory
& Nbsp; >>> arg3: obtenir ou nom de fichier mis
& Nbsp; >>> tftpClient = minimumTFTP.Client (arg1, arg2, arg3)
& Nbsp; se
& Nbsp; >>> tftpClient.get ()
& Nbsp; de mettre
& Nbsp; >>> tftpClient.put ()
utiliser python -m:
& Nbsp; serveur runnning
& Nbsp; python -m minimumTFTP -s [répertoire]
& Nbsp; client à obtenir
& Nbsp; python -m minimumTFTP -g [serverIP] [répertoire] [fichier]
& Nbsp; client vente
& Nbsp; python -m minimumTFTP -p [serverIP] [répertoire] [fichier]
Exigences :
- Python
Commentaires non trouvées