SetConnect

FTPlist

FTP::FTPlist
Description
Lists all files in the configured root path of the FTP-server that match the search pattern and save a recordset containing information about the files and directories to the configured destination handle.
FTPlist - FTP Server
Options
Hostname
The hostname or ip-address of the computer to connect to.
Username
FTP username.
Password
FTP password.
Port
FTP port (default is 21).
FTPlist - Source
Options
Root path
Directory on the FTP server.
Include Subdirectories
When checked, files in subdirectories will be included.
Search Pattern
Filenames matching this regular-expression will be downloaded.
FTPlist - Options
Options
Timeout
Time in seconds after which an FTP command will timeout.
Passive
When checked, passive-mode will be used.
Secure Passive
A PASV command is sent to the server and it responds with an address and port, but the connection is encrypted and there is an intermediate NAT router/firewall that cannot update the address (because it is encrypted). In this case (when SecurePassive is used) the endpoint address of the control connection is used instead of the one returned by the PASV command. This technique is only used when SecurePassive is set and the control connection is encrypted (if not encrypted, SecurePassive and Passive are equivalent).
FTPlist - Proxy
Options
Proxy Type
Type of proxy-server to use. Options are None, Socks V4, Socks V5, Site Hostname, USER, OPEN, Pipe, HTTP Connect.
Host
Hostname or ip-address of the proxy-server.
Port
Port of the proxy-server.
Username
Username to use for the connection with the proxy-server.
Password
Password to use for the connection with the proxy-server.

Documentation

Release notes