Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 152 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 152 Bytes

FTP-Protocol

A small implementation of the FTP protocol in C. Uses sockets for connects and data tranfers. NO PIPES are used in this implementation.