Skip to content

ak53/ServerClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ServerClient

A server-client socket program in C

The program has the following features:

  1. The client initiates the connection (no action required from user (No Action))
  2. Takes a file name from the user (user is prompted to enter filename)
  3. Sends the file name to the server (No action)
  4. Server searches for the file name in its shared drive (assuming there is only one shared folder that a client can access file from) (No action)
  5. Server sends the file to the client (No action)
  6. Clients stores it in its local drive (No action)
  7. Client closes the connection (No action)

About

A server-client socket program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages