FTP::FTPrename | ||
Description | ||
Rename a file on the configured ftpserver. | ||
FTPrename - 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). | |
FTPrename - Rename | ||
Options | ||
From
Filename |
The "from" filename of the file to be renamed. | |
To
Filename |
The new name of the file. | |
FTPrename - Options | ||
Options | ||
Timeout |
Time in seconds after which an FTP command will timeout. | |
Retries |
Number of times the plugin will try to rename a file when an error occurs. | |
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 . | |
Send
pre-command |
Optionally send an ftp-command before downloading. | |
FTPrename - 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. |