Skip to content

antxln/ftp-server-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftp-server-client

Description

This project is for Data Comm. & Networking course, featuring concurrent File Transfer Protocol server and associated client program. The server and client support login/logout and getting and sending files (ASCII & Binary). Login details are username user and password pass, hardcoded in source code, because user authentication was not in the scope of the project. Shell files were scripts provided to students for testing.

Build

Server

Build

gcc server.c -pthread -o tigers

Run

./tigers 127.0.0.1

Client

Build

gcc client.c -o tigerc

Run

./tigerc

Message Protocol

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors