| At line 3 changed one line |
| Every item in the user's user.xml file can be referenced with a "%user_<tag-name>%". This is the first area it attempts to match with variables that start with "%user_". |
| Every item in the user's user.xml file can be referenced with a "{user_<tag-name>}". This is the first area it attempts to match with variables that start with "{user_". |
| At line 6 changed one line |
| Specific to an event inside of the <LINE></LINE> tags. |
| Specific to an event inside of the {line_start}{line_end} tags. |
| At line 11 changed 2 lines |
| {the_file_size} |
| {the_file_size_formatted} |
| {the_file_size} and {size} |
| {size_formatted} human friendly version of {size} |
| At line 19 changed 5 lines |
| {the_file_path1} (piece #1 of the file's path) |
| {the_file_path2} (piece #2) |
| {the_file_path3} (piece #3, etc.) |
| {the_file_path4} |
| {the_file_path5} |
| {path1} (piece #1 of the file's path) |
| {path2} (piece #2) |
| {path3} (piece #3, etc.) |
| {path4} |
| {path5} |
| At line 26 added 33 lines |
| ---- |
| Date time (time stamping) related: |
| {{{ |
| {G} Era designator Text AD |
| {y} Year Year 1996; 96 |
| {Y} Week year Year 2009; 09 |
| {M} Month in year Month July; Jul; 07 |
| {w} Week in year Number 27 |
| {W} Week in month Number 2 |
| {D} Day in year Number 189 |
| {J} Today's Julian date |
| {d} Day in month Number 10 |
| {F} Day of week in month Number 2 |
| {E} Day name in week Text Tuesday; Tue |
| {u} Day number of week (1 = Monday, ..., 7 = Sunday) Number 1 |
| {a} Am/pm marker Text PM |
| {H} Hour in day (0-23) Number 0 |
| {k} Hour in day (1-24) Number 24 |
| {K} Hour in am/pm (0-11) Number 0 |
| {h} Hour in am/pm (1-12) Number 12 |
| {m} Minute in hour Number 30 |
| {s} Second in minute Number 55 |
| {S} Millisecond Number 978 |
| {z} Time zone General time zone Pacific Standard Time; PST; GMT-08:00 |
| {Z} Time zone RFC 822 time zone -0800 |
| {X} Time zone ISO 8601 time zone -08; -0800; -08:00 |
|
| {now} Current Java epoch date time (offset from 1970 Jan 1) in milliseconds |
| {yesterday} Previous calendaristic day in Java epoch time in milliseconds |
|
| }}} |
|
|
| At line 168 added 3 lines |
| |
| when using LDAP integration |
| {user_ldap_<ldap_key_name>} like {user_ldap_mail}, {user_ldap_sAMAccountName} , etc. |
| At line 201 added one line |
| {hostname} |
| At line 210 added one line |
| {working_dir} - the CrushFTP installation folder |
| At line 212 added 17 lines |
|
| ---- |
| Variables to manually encode special characters if an URL-unsafe characters combination needs to be used |
|
| {{{ |
| {at} |
| {quote} |
| {apos} |
| {plus} |
| {colon} |
| {percent} |
| {amp} |
| {question} |
| {slash} |
| {backslash} |
| {hash} |
| }}} |