Skip to content

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

Notifications You must be signed in to change notification settings

MMedzin/ServerFTP

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages