ncdc 1.13 released + misc changes

This commit is contained in:
Yorhel 2012-08-16 15:05:46 +02:00
parent 1ac0600f93
commit 874e1825ec
10 changed files with 103 additions and 53 deletions

View file

@ -497,6 +497,10 @@ The time to wait before automatically reconnecting to a hub. Set to 0 to disable
Whether or not to use the sendfile() system call to upload files, if supported. Using sendfile() allows less resource usage while uploading, but may not work well on all systems.
=item B<share_emptydirs> <boolean>
Share empty directories. When disabled (the default), empty directories in your share will not be visible to others. This also affects empty directories containing only empty directories, etc. A file list refresh is required for this setting to be effective.
=item B<share_exclude> <regex>
Any file or directory with a name that matches this regular expression will not be shared. A file list refresh is required for this setting to be effective.