These settings apply to the following source types in traditional and advanced tasks:
To access these settings:
Add Source - General tab |
Description |
|
Bucket Name (Amazon S3 hosts) |
The name of the Bucket where the files are located on the Amazon S3 host. |
|
Container (Azure Blob Storage hosts) |
The name of the Container where the files are located on the Azure Blob Storage host. Note: Empty directory creation is not a supported function of Azure Blob Storage, therefore empty folders cannot be uploaded. |
|
Document Library (SharePoint Hosts) |
The name of the library where the files are located on the SharePoint host. |
|
Folder(s) |
Folder name or path where files are located on the host. Browse button is not available if the source uses an FTP or SSH host with Blind Downloads enabled. |
|
For all host types |
Macros are allowed in this field. |
|
For local filesystem hosts |
Do not use full UNC paths. |
|
For Filesystem, MOVEit Transfer, FTP, and SSH hosts |
Note: Do not use a wildcard ( Example of *
|
|
For Remote filesystems by UNC or mounted drive letter |
First add the host as a Share. If you use a UNC, MOVEit Automation attempts to find a matching Share host and prompts you to use it. |
|
Folders checkboxes |
||
|
If checked, optionally specify a folder mask. Folder masks must reflect folder names, not full or relative folder paths. The folder masks match against the names of subfolders in the current folder being searched. To specify multiple folders, use a semicolon ( Macros are allowed in this field. |
|
|
Searches subdirectories of the specified folder (as well as the folder itself) according to the specified file mask. |
|
File(s) |
The filename or filemask used to select files on the remote host. Macros are allowed in this field. Special wildcard characters:
You may also use multiple filenames or filemasks, separated by semi-colons (";"). The semi-colons act as an "Or" operator. For instance, the filemask "fred*.*;*.zip" will match fred7.txt and will also match sally.zip. The ampersand operator ("&") acts as an "And" operator unless it is preceded by $. ("$&" means to match an ampersand literally.) For instance, given a filemask of "*.txt&ready.dat&final.log", MOVEit Automation will not process any files on the source location unless "ready.dat", "final.log" and at least one "*.txt" file are available. A semi-colon (";") has a higher precedence than "&", so "*.txt;*.doc&*.zip" means "either *.txt or *.doc, AND ALSO *.zip". If you want the task to wait until all filetypes in the mask are available from the source, also select Retry if No Files Found. Note: When Collect only new files is selected, if you change the filemask on an existing source, doing so could cause old files to be downloaded from the source host. File collection timestamps are stored by filemask internally in MOVEit Automation. Changing the filemask negates existing timestamps. |
|
Files checkboxes |
||
|
Select and specify the files to ignore. Macros are allowed in this field. See File(s) description, above, for details. Note: ampersand ( |
|
|
Specifies files based on size and date/time of last modification. Select, then click Edit to specify filter criteria. Choose to match any or all criteria. |
|
|
Selects only new files from the remote server. For filesystem, FTP, and SSH hosts, MOVEit Automation maintains a database of most recent timestamps by host, directory, and filemask. For information on how to edit this database, see Editing Source Timestamps. MOVEit Automation relies on the MOVEit Transfer definition of newness only until the first new file is downloaded for any given folder. After that, MOVEit Automation uses the same new file definition used by the other source types. For filesystem files, MOVEit Automation uses the Last Modified stamp to determine newness. Note: State information for this option is saved on a per-task basis, not on a per-host basis. If the task has run previously and sent files, the files are resent initially after this option is selected, if the files still exist on the source. |
|
|
Uncompresses any files that end in the extension |
|
|
Selected: If the previous directory listing was successful but resulted in no matching files, the task times out and retries the directory listing. The retry count and retry timeout are used. You can set this feature to wait for a file to appear during the running of a task, If the maximum number of retries is reached and no matching files are found, the task continues with the next step, with no error flagged. Not selected: A directory listing that returns no files is not retried, and no files are downloaded from the source. Notes:
|
*Azure Blob Storage
Azure Blob Storage supports Block, Page, and Append Blob-types.
MOVEit Automation supports downloading of all three types. New files in MOVEit Automation are always uploaded as Block Blob.
MOVEit Automation can overwrite an existing Page Blob file and retain the same blob type.
Append Blobs cannot be overwritten. Attempts to overwrite Append Blobs in MOVEit Automation fail with this error: The blob type is invalid for this operation.
See also: