When downloading from an FTP server, an automated FTP client must request a directory listing and parse the results to determine the names, date stamps, sizes, and other information about the files on the server. There is no official standard format for this information; each FTP server vendor uses its own format. As a result, FTP clients must be able to handle different types of directory listings. SSH clients face a similar situation.
MOVEit Automation provides the following options to handle this situation:
Automatic recognition of common servers. By default, MOVEit Automation automatically recognizes and parses directory listings from the most common types of FTP and SSH servers, including Microsoft Windows®, UNIX®, Novell®, MVS®, Unisys®, and Van Dyke®. For a full list of recognized host types, see Automatic Directory Parsing.
Blind downloads. If the name of the file is known in advance, select the Blind Downloads option when defining an FTP or SSH host, so that MOVEit Automation does not use any directory listing commands when downloading from the host. For more information, see Blind downloads
Column-based custom parsing. If the directory listing has a simple tabular format that can be described by rows and columns, you can specify these parameters in the host definition.
Directory parsing script. You can write a script in VBScript to parse a directory listing. Any format can be handled this way.