SMB - Download file action

This action downloads a file from your SMB network share in binary mode. The file contents can be used in downstream recipe steps. This action cannot be used to download entire folders.

To process this action, Workato splits the file contents into chunks and downloads them across separate requests in a technique called file streaming. The time it takes to process the action depends on the file size and the download speed.

The default chunk size is set to 5 MB. You can change the chunk size to increase the download speed if your connection is stable. The maximum chunk size is .

Input

Input fieldDescription
FileProvide the full path of the file, including the file name and extension, for example: /folder1/folder2/filename.csv
Chunk sizeSelect the chunk size. The default is 5 MB and the maximum is .

Output

Output fieldDescription
File contentThe size of the file in bytes.
PathThe full path of the file, including the file name and extension, for example: /folder1/folder2/filename.csv.
Directory nameThe complete path of the file, for example: /folder1/folder2/.
File nameThe name of the downloaded file.
SizeThe size of the downloaded file.
AttributesAttributes of the downloaded file.
KindIndicates whether this item is a file.
Creation timeThe time the file was created.
Change timeThe time the file was last changed.
Access timeThe time the file was accessed.

Last updated: