🧡 Skip to main content🔍 Skip to search

Download one or more files or folders from a remote server. Supported server types are FTP, SFTP, WebDAV, Amazon S3, Google Cloud Storage, and DigitalOcean Spaces. The connection to server has to be established before downloading files and directories.

DownloadDetails
Remote file Use a path and filename to download a single file, or a path with a mask to download files and directories from a remote server. File mask *.* designates all files and subdirectories in the specified location · Learn file masks and wildcards & advanced SFTP wildcards

Use | vertical bar character to download multiple files or multiple file types, even if they are located in different paths. Simply combine variables, wildcards, lists, directories, or files. For example:
  • /usr/summary4225.pdf | /home/user/*.jpg
  • /var/logs/202404.* | /out/i58[xyz]*.xml
  • List of files | /data/2024/04/25/inv*.*
Save to If Save to parameter ends with a backslash character \, it refers to folder where files will be downloaded. If Save to parameter has no backslash character at the end, it refers to the file name to which downloaded files will be renamed.

If file mask or wildcards are used, all downloaded files can be renamed. For example, to match all text files and rename them during download to comma-separated value files, use *.txt mask for Remote file parameter and *.csv file mask for Save to parameter (along with folder path).
Delete remote file after successful download When the files are successfully downloaded to a local folder, they will be removed from the remote server.
Use connectionSelect an existing connection to use for file downloading. If there are no defined connections, the new connection window will be opened to establish a connection to FTP, SFTP, WebDAV, Amazon S3, Google Cloud Storage, or DigitalOcean Spaces server.
BrowseBrowse buttonUse Browse to select a particular file or folder on local disk, network share on LAN (local area network), etc.
Variable WizardVariable Wizard buttonUse dynamic data input—substitute a parameter from a file, web, connected Trigger, other Actions, date and time presets, etc.
YouTube video · Automate an FTP transfer

Interconnect

  • Dynamic variables & Events of the Download File. Access the path and filename of the downloaded file on both the local disk and remote server. For multiple file downloads, retrieve a list of downloaded file paths on the server and local machine, along with the total count of downloaded files.

    Detailed event information, including download progress on slow connections and any failure events, is logged during the file downloading process.

Notes

  • Download File Action includes subdirectories that match the wildcard mask. It also deletes matching subdirectories, if Delete option is selected.
  • Existing local files with the same name are automatically overwritten.
  • If file mask matches 0 files, then no files are transferred. Completion status is considered successful in such cases.
  • Filenames with characters that are not valid in Windows file systems are automatically encoded using % hexadecimal representation.

Questions?

If you have any questions, please do not hesitate to contact our support team.