An open API service indexing awesome lists of open source software.

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)

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.