SetConnect

FTPSupload

SecureFTP::FTPSupload
Description
Upload a file to the specified hostname using SSL.
FTPSupload - 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).
FTPSupload - Source
Options
File to upload
The file that must be uploaded to the FTP server.
FTPSupload - Destination
Options
Destination Folder
Directory to which the file will be uploaded.
Create Missing Directories
When checked, all missing directories will be automatically created on the FTP server.
Filename
Optional filename to use on the FTP server.
Rename After Upload
If enabled, the file will be uploaded using it's original filename (or the Temp Filename) and once the upload is complete, the file will be renamed to the correct filename.
Temp Filename
Optional temporary filename. The file will be uploaded using this filename and once the upload is complete, the file will be renamed to the correct filename.
Generate Random Filename
If enabled, the file will be uploaded using a random filename which consist of the characters a-Z and 0-9. Once the upload is complete, the file will be renamed to the correct filename.
FTPSupload - Options
Options
Blocksize
Blocksize in bytes used for the transfer (default is 8192).
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.
Throttle
Maximize the transfer rate to the specified kilobytes per second (0 is now limit).
Passive
When checked, passive-mode will be used.
Use Control Adress for Passive
Determines if the control connection's address should be used when doing a Passive data connection, rather than the address given in the response to the PASV command. Useful when the server is behind a firewall with an improperly configured NAT.
Transfer Mode
Transfer mode for download: Ascii or Image.
Create Logfile
When checked, a tracelog will be written to the specified file.
FTPSupload - 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.
FTPSupload - 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