Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-18) was last changed on 09-Mar-2021 17:09 by Ada Csaba

This page was created on 25-Oct-2018 04:31 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 58 added 2 lines
\\Example_2: {substring_start:-4:-1}something to find{substring_end} would result in 'find'
\\The -4 is 4 from the end, and the -1 means all the way to the end. If you did a positive 1 it would do 1 character from the 4th character to the end.
At line 77 changed one line
Add an amount tot he number. Example: {add_start:500}1000{add_end} results in 1500.
Add an amount to the number. Example: {add_start:500}1000{add_end} results in 1500.
At line 89 changed one line
Grab a part of a formatted URL. Example: {url_start:host}ftp://demo:demo@crushftp.com/demo/folder/file.txt{url_end} would result in 'crushftp.com'
Grab a part of a formatted URL. Example: {url_start:host}ftp://demo:demo@crushftp.com/demo/folder/file.txt{url_end} would result in 'crushftp.com'. Valid items:
protocol,user,pass,host,port,path,file,query, in this order.
At line 96 added 4 lines
Get the length of the inner data. Example: {length_start}blah{length_end} would result in 4.
{{{
length_start
}}}
At line 104 added 14 lines
Reference a list of user attributes, separated by a delimitator character, of a group of users. Example: {group_start:email:MainUsers:,}Mygroup{group_end} comma separated list of user e-mail addresses members of Mygroup from MainUsers connection group
{{{
group_start
}}}
Trace geographically an IP using https://freegeoip.net, for example {geoip_start}{user_ip}{geoip_end} in a user task
{{{
geoip_start
}}}
Turn off function replacement. If the text start with the variable {ignore_functions} function replacement will be turned off.
{{{
ignore_functions
}}}
__IMPORTANT: in case need to split on, replace or get substring position from the :(colon) character, will need to quote it like ~..~ since it is also the separator between function arguments, where it is the case.__
Version Date Modified Size Author Changes ... Change note
18 09-Mar-2021 17:09 4.517 kB Ada Csaba to previous
17 09-Mar-2021 17:08 4.497 kB Ada Csaba to previous | to last
16 09-Mar-2021 17:07 4.51 kB Ada Csaba to previous | to last
15 09-Mar-2021 17:06 4.508 kB Ada Csaba to previous | to last
14 09-Mar-2021 17:05 4.512 kB Ada Csaba to previous | to last
13 09-Mar-2021 17:05 4.506 kB Ada Csaba to previous | to last
12 03-Sep-2020 14:39 4.277 kB krivacsz to previous | to last
11 15-Nov-2018 18:04 4.12 kB Ada Csaba to previous | to last
10 15-Nov-2018 18:02 4.104 kB Ada Csaba to previous | to last
9 15-Nov-2018 18:01 4.104 kB Ada Csaba to previous | to last
8 25-Oct-2018 04:31 4.044 kB Halmágyi Árpád to previous | to last
7 25-Oct-2018 04:31 4.04 kB Halmágyi Árpád to previous | to last
6 25-Oct-2018 04:31 3.796 kB Ada Csaba to previous | to last
5 25-Oct-2018 04:31 3.797 kB Ada Csaba to previous | to last
4 25-Oct-2018 04:31 3.655 kB Ada Csaba to previous | to last
3 25-Oct-2018 04:31 3.379 kB Ben Spink to previous | to last
2 25-Oct-2018 04:31 3.379 kB Ben Spink to previous | to last
1 25-Oct-2018 04:31 3.259 kB Ben Spink to last
« This page (revision-18) was last changed on 09-Mar-2021 17:09 by Ada Csaba
G’day (anonymous guest)
CrushFTP9 | What's New

Referenced by
CrushTask
LeftMenu

JSPWiki