Skip to content

A client/server written in Java using UDP for the Trivial File Transfer Protocol

Notifications You must be signed in to change notification settings

AdrianCassar/TFTP-UDP-Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TFTP UDP 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.UDP.Protocal.mp4

Arguments

Default IP address is 127.0.0.1 (loopback).

Default port is 10000.

Server Arguments

java -jar TFTP-UDP-Server.jar

java -jar TFTP-UDP-Server.jar ServerPort

Client Arguments

java -jar TFTP-UDP-Client.jar

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

TFTP Operation Diagrams

About

A client/server written in Java using UDP for the Trivial File Transfer Protocol

Topics

Resources

Stars

Watchers

Forks

Languages