Skip to content

Xion/reefs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
obj
 
 
src
 
 
 
 
 
 
 
 

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