Skip to content

Instantly share code, notes, and snippets.

View XBachirX's full-sized avatar

Bachir XBachirX

  • Rabat-Maroc
View GitHub Profile
@XBachirX
XBachirX / client.c
Created December 13, 2016 03:44
Simple FTP Client - Socket programming in C
/*
* client.c
*
* Simple FTP Client
* ====================
* Connects the server, and sends a command "Get FILENAME" to retrieve
* the file. If the file exists on the server, client retrieves it.
*
* Compile & link : gcc client.c -o client
* Execute : ./client