minimumTFTP

Software screenshot:
minimumTFTP
Dettagli del software:
Versione: 20110917
Data di caricamento: 11 May 15
Sviluppatore: shigekiyamada
Licenza: Libero
Popolarità: 4

Rating: nan/5 (Total Votes: 0)

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

Programmi simili

ftp-outboxd
ftp-outboxd

3 Jun 15

Tcsh
Tcsh

27 Sep 15

ftp_bruteforce
ftp_bruteforce

14 Apr 15

ftp4j
ftp4j

20 Feb 15

Commenti a minimumTFTP

I commenti non trovato
Aggiungi commento
Accendere le immagini!