minimumTFTP

Software captura de pantalla:
minimumTFTP
Detalles de software:
Versión: 20110917
Fecha de carga: 11 May 15
Promotor: shigekiyamada
Licencia: Libre
Popularidad: 4

Rating: nan/5 (Total Votes: 0)

minimumTFTP es un servidor TFTP y el cliente por escrito en Python.
Uso básico:
& Nbsp; >>> minimumTFTP importación
& Nbsp; servidor en funcionamiento
& Nbsp; >>> tftpServer = minimumTFTP.Server ('C: server_TFTP_Directory')
& Nbsp; >>> tftpServer.run ()
& Nbsp; de cliente en funcionamiento
& Nbsp; >>> arg1: dirección_IP_servidor
& Nbsp; >>> arg2: Client_Directory
& Nbsp; >>> arg3: obtener o nombre de archivo puesto
& Nbsp; >>> tftpClient = minimumTFTP.Client (arg1, arg2, arg3)
& Nbsp; llegar
& Nbsp; >>> tftpClient.get ()
& Nbsp; puesto
& Nbsp; >>> tftpClient.put ()
usar python -m:
& Nbsp; runnning servidor
& Nbsp; python -m minimumTFTP -s [directorio]
& Nbsp; clientes llegar
& Nbsp; python -m minimumTFTP -g [serverip] [Directorio] [nombre de archivo]
& Nbsp; put cliente
& Nbsp; python -m minimumTFTP -p [serverip] [Directorio] [nombre de archivo]

Requisitos

  • Python

Programas parecidos

shc
shc

3 Jun 15

Methabot
Methabot

3 Jun 15

asis
asis

20 Feb 15

crosstool-NG
crosstool-NG

20 Feb 15

Comentarios a la minimumTFTP

Comentarios que no se encuentran
Añadir comentario
A su vez en las imágenes!