Skip to content

A simple file transfer system created for Computer Networks course. BY: Apoorva and Aiman Siddiqua

Notifications You must be signed in to change notification settings

apxxxva784/Simple-FTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-FTP-Server

The File Transfer server completes a simple objective.

  • We login to the server and create an open socket. The server then waits for any client to connect.
  • The client logs in and connects to the server host and port.
  • Client sends confirmation for the file to be sent.
  • Server sends a .png to the client’s local directory.
  • Client confirms receipt of the file
  • The connection is then closed on both Server and client side.
  • The server can handle multiple clients during one session.

About

A simple file transfer system created for Computer Networks course. BY: Apoorva and Aiman Siddiqua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages