{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
FTP
Transferring files to a remote location is the main purpose of this action. It supports the default FTP protocol, as well as secure connections using SSH.
Where will the files be stored
The target path determines the location where the files will be stored at the FTP server side. Directories that do not exist will be created.
The File Name Format is a pattern for the name of the file(s) that will be saved.
File Name Format
There are three placeholders to dynamically determine the resulting file name:
-
[filename]
- the name of the file as generated by a job -
[date]
- the date, when the job was executed -
[time]
- the time at which the job was executed
Note: the File Name Format must not define the file extension. The extension will be added at the end.
Example
Pattern: [filename] [date] [time] File Input: abc.pdf File Output: abc 2017-04-07 09-45.pdf Path Input: abc/def.pdf Path Output: abc 2017-04-07 09-45/def.pdf