Skip to content

nasrat-v/server_FTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de4f3d1 · Oct 27, 2017

History

7 Commits
Oct 26, 2017
Oct 26, 2017
Oct 27, 2017
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017

Repository files navigation

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).