Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 270 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 270 Bytes

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