SetConnect

FTPcommand

FTP::FTPcommand
Description
Execute one or more ftpcommands on the configured ftpserver. All commands are executed in the same ftp-session. When using the "null" command the "modifier" parameter can be used to send your own ftpcommands.
FTPcommand - 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).
FTPcommand - Command
Options
Command

The ftpcommand to be executed.

See https://en.wikipedia.org/wiki/List_of_FTP_commands for more information about available commands.

Modifier
Optional modifier to be used as parameter for command.
Save response to
Optional variable to which the response of the command will be saved.
FTPcommand - 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).
Encoding
Character encoding .
FTPcommand - 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