FTP Type Uprocs

Node settings can be set to configure FTP or SFTP protocol, refer to section Dollar Universe – FTP settings. To change a local behavior, these variables can be updated in the node variables, management unit variables, Uproc variables and in the Uproc script (with this priority order, the most important being the script).

Use Variables

The parameters host, source file, source path, target file and target path name can include variables that are processed by Dollar Universe at Uproc submission.

The variables are delimited with the character ‘!’ as follows !CODE:FORMAT!. The delimiter character "!" cannot be part of the variable name.

Dollar Universe initially starts by looking for the code (see the list of codes in the table below) before looking for the variable.

To specify the character '!' in the host name: it should be preceded by the backslash (\) character, as shown: \! Example: if !FRSDAIX!VAR! is the required couple, where VAR is a variable, the correct syntax would be \!FRSDAIX! VAR!

To specify the character '!' in a path or file name: it should be preceded by the hash sign (#), as shown: #! Example: if c:\!rep! VAR! is the required sequence, where VAR is a coded variable, the correct syntax would be: c:\#!rep\! VAR!

If the code indicated is neither a Dollar Universe code, nor an existing variable, the string !CODE:FORMAT! is replaced by a null string (variable not found).

If the folder or file name obtained after replacement of all variables is larger than the acceptable maximum size (256 characters), the procedure aborts and an error message is displayed.

Examples

!CODE:FORMAT! used with variables and values obtained:

!DTRAIT!              20110427

!DTRAIT:DD-MM-YY!     27-04-11

!COMP!                UNIV60

!COMP:4,3!            V60

Use Wildcards

Wildcards (? and *) may be used in file names (but not in the path).

Rules apply to the use of wildcards:

The following examples would be acceptable:

The following examples, however, are meaningless: