Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

Manual Get

Manual Get

The Manual Get element allows you download a file from FTPS servers that do not support full file directory paths.
Field
Definition
Basic Tab
Label
Specify a label for this action.
Source File
Specify the path and file name of a single file to download. Unlike the regular Get, the specified file name/path will not be altered in any manner and will be sent to the FTP server as is in the GET request.
Destination File
Specify the destination file.
When File Exists
Specify the action to take when a destination file already exists. The default value is 'rename' which changes the destination file name to a new name so the existing file remains untouched.
Default Value: rename
Transfer Options Tab
Data Type
Specify the data type to use when transferring the files. The default value is 'auto' which uses the file extensions and/or the content type of the file to determine the correct download mode.
Default Value: auto
Verify Checksum
Specify whether or not to enable checksum verification. Checksum verification ensures that the source file is exactly the same as the destination file after a successful transfer. Please note that not all FTP servers support checksum verification, in which case you must turn off checksum verification to be able to transfer files. Also, transferring files in ASCII mode may result in checksum mismatch. Please make sure to explicitly set the Data Type to binary or image.
Default Value: false
Checksum Algorithm
Specify the algorithm to use for checksum verification. Some FTP servers implemented a proprietary command called XCRC for getting the checksum of the remote file. Most recent FTP standards recommend implementing a command called MD5, which uses the MD5 algorithm for calculating the checksums. Depending on the algorithm you choose, an appropriate command will be sent to the FTP server to request the checksum. The same algorithm will be used for calculating the checksum of local files.
Default Value: MD5
Output Variables Tab
Destination Files Variable
If desired, specify the name of a variable which will contain the successfully downloaded file on the local system. This variable will be of type File List and may be used in subsequent tasks that accept a File List input variable. The variable will be created if it does not exist.
Number of Files Downloaded Variable
If desired, specify the name of a variable which will contain the number of files downloaded. The variable may be used in subsequent tasks. The variable will be created if it does not exist.

0 COMMENTS

We’d like to hear from you!