-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
- option to choose what folder is served by the server | ||
- option to select port ( ports bellow 1024 require permissions, unless already allowed ) | ||
- simple authentication - default is: user 123 | ||
- logging to the GUI and to a file ( file with timestamps ) | ||
- with system tray icon to restore daemon FTP server after is minimized | ||
- it can run in background from launch if you set `run_as_daemon = 1` in `ftp-config.cfg` | ||
- simple connection from Explorer: `ftp://user:[email protected]` to access hosted files in RW mode | ||
|