Project developed by:
- Maria Mikołajczak (https://github.com/marmiko)
- Michał Mędzin
Simple ftp server based on BSD sockets. Server is compliant with RFC 959
standard.
gcc -pthread -Wall commands.c command_parser.c hashmap_threads.c utils.c main.c -o server.out
./server.out <IPv4 ADDRESS> <PORT NUMBER>
USER
, PASS
, SYST
, PWD
, TYPE
(ASCII and IMAGE), PORT
, LIST
, QUIT
, RMD
, CWD
, CDUP
, MKD
, STOR
, DELE
, RETR