Skip to content

TFTP client written in C. Project developed for learning purposes in Networks and Services Architecture subject of Software Engineering degree at University of Valladolid.

License

Notifications You must be signed in to change notification settings

jorge-sanz/tftp-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tftp-client

TFTP client written in C. Project developed for learning purposes in Networks and Services Architecture subject of Software Engineering degree at University of Valladolid.

Content

Development

Requirements

  • GCC, the GNU Compiler Collection.
  • TFTP server running (RFC 1350).

Installation

# Clone repository.
git clone https://github.com/jorge-sanz/tftp-client.git
cd tftp-client

Compilation

gcc -Wall -o client.out tftp-Sanz-Perez.c

Execution

  • -r: read file mode.
  • -w: write file mode.
  • -v: tracing mode.
./client.out server-ip {-r|-w} file [-v]

Deployment

Remote Linux Virtual Machine via SSH

This C program should be executed in a provided Slackware Linux machine, so one option to send the source files to there is:

# Transfer file to remote machine
scp -P <port-number> tftp-Sanz-Perez.c youruser@your.machine.address:/destination/folder

Then, you can access to your remote machine via SSH and execute the TFTP client from there.

About

TFTP client written in C. Project developed for learning purposes in Networks and Services Architecture subject of Software Engineering degree at University of Valladolid.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages