nasrat-v / server_FTP

A simple FTP server, protocol compliant RFC 959

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

server_FTP

  • Simple FTP server
  • Protocol compliant RFC959
  • Written in C

Compile

compiling:

make

cleaning obj files:

make clean

cleaning binary files:

make fclean

cleaning all and compile:

make re

How to use it

Launch the server:

./server PORT PATH_TO_STORE_DATA

Client

To connect your client, you can use Netcat or Telnet client (both are supported).

About

A simple FTP server, protocol compliant RFC 959

License:GNU General Public License v3.0


Languages

Language:C 97.4%Language:Makefile 2.6%