[FTP] Copy/Move to Remote
Q100009: [FTP] Copy/Move to Remote
Copies or Moves files from local location to specified FTP host and folder.
Parameter | In/Out | Description | Other Info |
---|---|---|---|
FTP connection | In | The FTP connection string contains the host information and authentication information for the account to use. | Connection type: sysFTP |
File source | In | A list of local pathnames (files) to be copied or moved to the remote FTP server. Files can be dynamically selected by using it with the FileList output parameter from the [Files] Find module. |
|
Copy or Move? | In | Choices: Copy , Move COPY files or MOVE (copy, then delete source) file(s)? |
Default: Copy |
FTP folder | InOut | The folder on the remote FTP server to copy or move files to. (Blank = the root of the FTP site) | |
Replicate subfolders? | In | Option to determine if subfolder structure from source should be replicated. | Default: False |
Ignore if same size? | In | Option to ignore copying eligible file(s) that already exist on the destination if file size is same. | Default: False |
Log output level | In | Choices: Minimal , Verbose The level of execution detail you want to appear in the log. |
Default: Minimal |
Processed file list | Out | List of pathnames (files) that were copied or moved. |
(Italics = required parameters)
Notes
The module [FTP] Copy/Move to Remote
works very similarly to the general [Files] Copy/Move
module. The difference is that this module is specifically for copying files from your JobServers local filesystem, to the specified remote FTP server.
Last Updated:
10/3/2023 1:06:46 AM