SecureFTP::FTPSrename | ||
Description | ||
Rename a file on the configured ftps server. | ||
FTPSrename - FTP Server | ||
Options | ||
Hostname |
The hostname or ip-address of the computer to connect to. | |
Username |
FTP username. | |
Password |
FTP password. | |
Port |
FTPS port (default is 990). | |
FTPSrename - Rename | ||
Options | ||
From
Filename |
The "from" filename of the file to be renamed. | |
To
Filename |
The new name of the file. | |
FTPSrename - Options | ||
Options | ||
Timeout |
Time in seconds after which an FTP command will timeout. | |
Retries |
Number of times the plugin will try to download 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 . | |
Create
Logfile |
When checked, a tracelog will be written to the specified file. | |
FTPSrename - Security | ||
Options | ||
Security
Mode |
Sets how the control connection is encrypted. | |
Security
Protocol |
Sets the protocol to use for the connection. | |
Encrypt
Data |
Sets whether the data connection is encrypted. | |
Ignore
Name |
When checked, if the hostname would normally be considered invalid, this will be ignored. | |
Check
Certificate Revocation |
When checked, the certificate revocation list is checked during authentication. | |
Certificate |
The certificate to use for optional client-side authentication. | |
FTPSrename - 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. |