igelbox / slimftpd

fork of SlimFTPd(by WhitSoft Development and Matt Whitlock)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlimFTPd - small & simple FTP-server for Windows

There is a simple slimftpd.conf example, allows anonymous user to read contents of c:\ftp directory:

<User "anonymous">
	Mount / C:\ftp
	Allow / List Read
</User>

for more settings see slimftpd.conf.example file

published under the liberal terms of the BSD License, see the LICENSE file.

About

fork of SlimFTPd(by WhitSoft Development and Matt Whitlock)

License:Other


Languages

Language:C++ 88.6%Language:C 10.7%Language:Shell 0.6%