Skip to content

Xion/reefs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REEFS - Rather Eerie Example of FTP Server

A simple implementation of good ol' FTP protocol on the server side.

Designed to as much POSIX-complaint and cross-platform as possible.

Features

  • Login as anonymous or with predefined credentials
  • Walking through directories
  • Uploading & downloading files (PASV mode only)

Usage

Clone, compile and run:

$ git clone git://github.com/Xion/reefs.git && cd reefs
$ make
$ ./bin/reefs

Server will read its configuration from config and list of users from users. Refer to those files for configuration options.

About

Rather Eerie Example of an FTP Server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages