Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
jpg
misc1.jpg 133.3 kB 2 02-Jun-2025 19:58 Ada Csaba
png
misc1.png 38.7 kB 2 05-Dec-2023 05:32 Ben Spink
jpg
misc2.jpg 94.3 kB 1 02-Jun-2025 19:58 Ada Csaba
png
misc2.png 36.0 kB 2 05-Dec-2023 05:32 Ben Spink

This page (revision-27) was last changed on 03-Jun-2025 16:14 by Ada Csaba

This page was created on 05-Dec-2023 05:32 by Ben Spink

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 changed 65 lines
!!!FTP / SFTP Welcome message:
The welcome message is displayed in a FTP clients session log when they connect to the server. No one looks at these...
!!!Default Character Encoding(FTP)
UTF-8
!!!POSIX OS X / Linux / Unix
Default owner:
Default group:
Default file privs:
Default folder privs:
!!!Timezone Offset:
!!!File extension to add to uploads that are in progress:
!!!Delete partial uploads. You must have temp extension for in progress files configured to apply this setting.
!!!Create home folder paths at login
!!!Disable MDTM modifications
!!!Custom User Session Log Path:
(Replaces the global server configured user session log path.)
!!!Filename Filters:
!!!Block access to any path matching these patterns:
!!!Notes about this user(these are only for your reference and are not shared with the users):
!!!Extra Text References:
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}.
----
Created on 05/13/2025 10:45:45 AM By Username:crushadmin Email:
The default character encoding controls how high ascii characters are encoded when being sent to a client. In general, most clients use UTF8, but some older clients use other encodings.
The POSIX settings let you set what user, group, and rpivs files get after they have been uploaded by a user when running CrushFTP in OS X, Linux, or Unix variants.
The timezone offset allows you to tweak how file times are handled to work around client issues with timezones.
[attachments|misc1.png]
The file extension to add on to files being uploaded lets you know when a file is still in use being uploaded and when its done. An extension like '.temp' or '.uploading' is appropriate.
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]
This section of User Manager contains settings that can not be categorized any other settings groups.\\
\\
[{Image src='misc1.jpg' width='1440' height='..' align='left' style='..' class='..' }]
!!FTP / SFTP Welcome message: \\
The welcome message is displayed in a FTP clients session log when they connect to the server. No one looks at these...\\
!!Default Character Encoding(FTP)\\
The default character encoding controls how high ascii characters are encoded when being sent to a client. In general, most clients use UTF8, but some older clients use other encodings.\\
!!POSIX OS X / Linux / Unix \\
The POSIX settings let you set what user, group, and privs files get after they have been uploaded by a user when running CrushFTP in OS X, Linux, or Unix variants. Parameters:\\
__Default owner:__ the system user that owns the file\\
__Default group:__ the user group the owner belongs to\\
__Default file privs:__ UNIX style flags list in either symbolic notation (rwxr-xr--) or octal (755)\\
__Default folder privs:__ same as above\\
\\
!!Timezone Offset: \\
The timezone offset allows you to tweak how file times are handled to work around client issues with timezones.\\
!!File extension to add to uploads that are in progress:\\
The file extension to add on to files being uploaded lets you know when a file is still in use being uploaded and when its done. An extension like '.temp' or '.uploading' is appropriate.\\
!!Delete partial uploads.\\
You must have temp extension for in progress files configured to apply this setting.\\
!!Create home folder paths at login\\
Creates the physical directory poointed by the user VFS URL, if it's missing from the storage device. Feature's main purpose is to automatically fix invalid VFS references, if the directory was deleted by accident.\\
!!Disable MDTM modifications\\
Prevents the uploading client to set custom __Date Modified__ on the files uploaded. The Date Modified will be same as __Date Created__, the server time at the end of upload.\\
!!Custom User Session Log Path:\\
Replaces the global server configured user session log path.\\
[{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:\\
Prevents user to upload into certain subdirectories under it's VFS root that otherwise is set writable by VFS permissions.\\
!!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}.\\
----\\
A basic user stats field:\\
Displays the date the user was created at, and the admin user's name and email address, who created it.
Version Date Modified Size Author Changes ... Change note
27 03-Jun-2025 16:14 4.087 kB Ada Csaba to previous
26 02-Jun-2025 20:40 4.087 kB Ada Csaba to previous | to last
25 02-Jun-2025 20:36 4.07 kB Ada Csaba to previous | to last
24 02-Jun-2025 20:35 4.07 kB Ada Csaba to previous | to last
23 02-Jun-2025 20:32 4.238 kB Ada Csaba to previous | to last
22 02-Jun-2025 20:31 4.236 kB Ada Csaba to previous | to last
21 02-Jun-2025 20:30 4.235 kB Ada Csaba to previous | to last
« This page (revision-27) was last changed on 03-Jun-2025 16:14 by Ada Csaba
G’day (anonymous guest)
CrushFTP11 | What's New

Referenced by
LeftMenu

JSPWiki