Skip to content

A file transfer client and server capable of transmitting files via data streams from client to server and vice versa.

Notifications You must be signed in to change notification settings

alexandersteele/Multi-threaded-FTP-Server-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multi-threaded-FTP-Server-Client

A file transfer client and server capable of transmitting files via data streams from client to server and vice versa. The server also logs requests with the date of the request. Improvements required: Dynamic allocation of file sizes, improved client-side validation

Commands:

  • list: list all files in the serverFiles directory
  • get <filename>: retrieve a file from serverFiles (placing it in clientFiles)
  • put <filename>: put a file from clientFiles in serverFiles
  • bye: terminate client connection

About

A file transfer client and server capable of transmitting files via data streams from client to server and vice versa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages