At line 3 changed one line |
!!!FTP / SFTP Welcome message: \\ |
[{Image src='misc1.jpg' width='1440' height='..' align='left' style='..' class='..' }] |
!!FTP / SFTP Welcome message: \\ |
At line 5 changed one line |
!!!Default Character Encoding(FTP)\\ |
!!Default Character Encoding(FTP)\\ |
At line 7 changed one line |
!!!POSIX OS X / Linux / Unix \\ |
!!POSIX OS X / Linux / Unix \\ |
At line 14 changed one line |
!!!Timezone Offset: \\ |
!!Timezone Offset: \\ |
At line 16 changed one line |
!!!File extension to add to uploads that are in progress:\\ |
!!File extension to add to uploads that are in progress:\\ |
At line 18 changed one line |
!!!Delete partial uploads.\\ |
!!Delete partial uploads.\\ |
At line 20 changed one line |
!!!Create home folder paths at login\\ |
!!Create home folder paths at login\\ |
At line 22 changed one line |
!!!Disable MDTM modifications\\ |
!!Disable MDTM modifications\\ |
At line 24 changed one line |
!!!Custom User Session Log Path:\\ |
!!Custom User Session Log Path:\\ |
At line 26 changed 4 lines |
[{Image src='misc1.jpg' width='1024' height='..' align='left' style='..' class='..' }] |
!!!Filename Filters:\\ |
__placeholdar__\\ |
!!!Block access to any path matching these patterns:\\ |
[{Image src='misc2.jpg' width='1440' height='..' align='left' style='..' class='..' }] |
!!Filename Filters:\\ |
Filename filters allow you to remove certain file types from being listed in directory listings, or from being uploaded or downloaded. Usually this will be like hiding files that start with a '.' (dotfiles). The __Add__ button can be used to add inbuilt rule types, where __L__ stands for __listing__, __D download__, __U upload__, __R rename__, __X delete__. The posistion on the filename string where we begin matching the filter: __S starts with__, __E ends with__, __C contains__, __R regular expression__ (matched against the whole filename). For a regular expression need to prepend the __REGEX:__ literal. The expression itself can be simple pattern or Java style regular expression. Finally, the filter itself. Examples:\\ |
simple rule, block upload for files that end in .txt |
{{{ |
:UE:.txt |
}}} |
pattern, block delete of .txt files with regex filter |
{{{ |
:XR:REGEX:.*\.txt; |
}}} |
negated, list all except .pdf files |
{{{ |
:LE:!.pdf; |
}}} |
!!Block access to any path matching these patterns:\\ |
At line 31 changed 4 lines |
!!!Notes about this user(these are only for your reference and are not shared with the users):\\ |
A per-user notes field for the admins.\\ |
!!!Extra Text References:\\ |
A field to add custom user attributes. These items can be referenced throughout CrushFTP for extra customizations. They are referenced with a {user_x_itemName}. So if you had an item named firstName you would reference it with {user_x_firstName}.\\ |
!!Notes about this user(these are only for your reference and are not shared with the users):\\ |
Notes about this user might be useful when keeping track of contact info for a user, or what the account is for.\\ |
!!Extra Text References:\\ |
Extra text references allows you to make variables that can be referenced in places like the WebInterface forms. These items can be referenced throughout CrushFTP for extra customizations. They are referenced with a {user_x_itemName}. So if you had an item named firstName you would reference it with {user_x_firstName}.\\ |
At line 38 removed 23 lines |
|
|
|
|
|
|
|
|
|
|
|
|
[attachments|misc1.png] |
|
|
|
Filename filters allow you to remove certain file types from being listed in directory listings, or from being uploaded or downloaded. Usually this will be like hiding files that start with a '.'. |
|
Notes about this user might be useful when keeping track of contact info for a user, or what the account is for. |
|
Extra text references allows you to make variables that can be referenced in places like the WebInterface forms. |
|
[attachments|misc2.png] |