https://github.com/igelbox/slimftpd
fork of SlimFTPd(by WhitSoft Development and Matt Whitlock)
https://github.com/igelbox/slimftpd
Last synced: 3 months ago
JSON representation
fork of SlimFTPd(by WhitSoft Development and Matt Whitlock)
- Host: GitHub
- URL: https://github.com/igelbox/slimftpd
- Owner: igelbox
- License: other
- Created: 2013-10-17T19:36:50.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-11-05T19:00:23.000Z (over 11 years ago)
- Last Synced: 2025-03-06T13:47:28.354Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 259 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SlimFTPd - small & simple FTP-server for Windows
There is a simple slimftpd.conf example, allows `anonymous` user to read contents of `c:\ftp` directory:
```
Mount / C:\ftp
Allow / List Read
```
for more settings see [slimftpd.conf.example](slimftpd.conf.example) file
-
published under the liberal terms of the BSD License, see the [LICENSE](LICENSE.txt) file.