FTP Get
Activity
The FTP Get activity issues an FTP
get
or mget
command to the specified server. The content of the remote files can be placed in the activity’s output or written directly to local storage. If you choose to place the contents of a remote file into the activity’s output, you can only retrieve one remote file (FTP get
command) and the file’s content gets stored in memory as part of the activity’s output. If you choose to write the contents of the retrieved files to local storage, you can retrieve one or more files (FTP get
or mget
commands).
Subtopics