Skip to content

It is a C program to simulate the main functions of the FTP protocol.

Notifications You must be signed in to change notification settings

ankit2104/FTPClientServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simulation of FTP protocol

It has two programs server and client in C to simulate the FTP protocol.


Commands implemented

  1. USER
  2. PASS
  3. CDUP
  4. PWD
  5. ABOR
  6. QUIT
  7. LIST
  8. RMD
  9. CWD
  10. MKD
  11. NOOP
  12. DELE
  13. STOR
  14. RETR

About

It is a C program to simulate the main functions of the FTP protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages