Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

46 lines (25 loc) · 1.01 KB

TFTP TCP Protocol

The "Trivial File Transfer Protocol" (RFC 1350) is a simple, lockstep, file transfer protocol that allows a client to get or put a file onto a remote host.

This protocol was developed following the TFTP RFC specification.

Showcase

TFTP.TCP.Protocol.mp4

Arguments

Default IP address is 127.0.0.1 (loopback).

Default port is 10000.

Server Arguments

java -jar TFTP-TCP-Server.jar

java -jar TFTP-TCP-Server.jar ServerPort

Client Arguments

java -jar TFTP-TCP-Client.jar

java -jar TFTP-TCP-Client.jar ServerIP ServerPort

TFTP Operation Diagrams