Description |
Sends specific customized commands to an FTP server. For most transactions, use the standard FTP Upload/Download actions. The standard FTP Download and FTP Upload commands send predetermined command sequences to the server. FTP Advanced is useful when it is necessary to create perform a customized sequence of commands. For example, the FTP Advanced action could be used return a folder listing. This list could then be looped using the Loop List action to "examine" each file (such as the date) before performing some other action for each individual file based on the result. Advanced FTP can also be used to perform commands that are server specific and/or not supported by other Automated Workflow FTP actions such as "Move" (moves the file on the FTP Server without downloading it first). |
Declaration |
<AMFTPADVANCED FTPCOMMAND="text" PARAMETER="text" RESULTVARIABLE="text [variable name]" SENTDATAVARIABLE="text [variable name]" SESSION="text [session name]"> |
Example |
<AMFTPADVANCED FTPCOMMAND="connect" /> |
General Tab Parameters |
FTP command: Specifies the command to execute. The available commands are:
Text, Required Parameter(s): Specifies the parameter for the command specified. The use of this parameter varies depending on the command selected and in certain cases is not used. Text Session name: Specifies the session (created in a previous FTP Log On action) that should be used to perform the download. This allows for multiple simultaneous FTP transfers to take place. Text, Optional default="default" |
Data Tab Parameters |
Populate variable with return data: Specify the variable that is to be populated with the return data. (The workflow must have variables defined for the variable to be available in this list.) Populate variable with sent data: Specify the variable that is to be populated with the sent data. (The workflow must have variables defined for the variable to be available in this list.) |
See Also |
FTP Log On, FTP Upload, FTP Download, FTP Delete, FTP Rename, FTP Create Folder, FTP Remove Folder, FTP Change Folder, HTTP Post |