Skip to content

jesudasjoseph/file-transfer-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic File Transfer Server

This project is a basic file transfer server and client. The server is coded in c and the client is coded in python2.

Compiling

ftserver:

gcc -std=gnu99 -o ftserver ftserver.c iio.c

Running

Client:

ftclient.py <SERVER_ADDRESS> <SERVER_PORT> <DATA_PORT> <FLAG>

Flag Use
-g <FILENAME> Transfer File with <FILENAME>
-l List contents of server directory

Server:

./ftserver -p <PORTNUM>

About

A basic FTP Server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors