Skip to main content

tftp server and client.

Project description

tftp server and client.

Requirements

  • Python 3.x

Support only RFC 1350. No ascii mode.

basic usage:

>>> import minimumTFTP

server running

>>> tftpServer = minimumTFTP.Server('C:\server_TFTP_Directory')
>>> tftpServer.run()

client running

>>> arg1: server_IP_address
>>> arg2: client_directory
>>> arg3: get or put filename
>>> tftpClient = minimumTFTP.Client(arg1, arg2, arg3)

get

>>> tftpClient.get()

put

>>> tftpClient.put()
use python -m:
server runnning

python -m minimumTFTP -s [directory]

client get

python -m minimumTFTP -g [serverIP] [directory] [filename]

client put

python -m minimumTFTP -p [serverIP] [directory] [filename]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

minimumTFTP-20110917.zip (6.7 kB view details)

Uploaded Source

File details

Details for the file minimumTFTP-20110917.zip.

File metadata

  • Download URL: minimumTFTP-20110917.zip
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for minimumTFTP-20110917.zip
Algorithm Hash digest
SHA256 38f63734c55928ff46dc5c723816943d729394aa584e70db279afde96f56b092
MD5 2204a93927428572bffe9b236b243822
BLAKE2b-256 f30f3889db71ebc7672bf749b0077288d3665ba827bd8a84f39bff4685808b15

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page