Skip to content

Repository files navigation

ServerFTP

Project developed by:

Description

Simple ftp server based on BSD sockets. Server is compliant with RFC 959 standard.

Project compilation

gcc -pthread -Wall commands.c command_parser.c hashmap_threads.c utils.c main.c -o server.out

How to run

./server.out <IPv4 ADDRESS> <PORT NUMBER>

Supported ftp commands

USER, PASS, SYST, PWD, TYPE (ASCII and IMAGE), PORT, LIST, QUIT, RMD, CWD, CDUP, MKD, STOR, DELE, RETR

About

Simple FTP server compliant to RFC 959. Implementet in C using BSD-Sockets.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages