FTP Service Provider
The FTP Service Provider Properties window contains the settings used to connect to an FTP server for File Triggers and File Operation Tasks.
Property Pages
FTP Settings
Server Type
Select the type of security used by the FTP server.
If you are connecting to an SFTP server, create an SFTP Service Provider instead. SFTP is not the same as FTP.
Server Address
Enter the DNS name or address of the FTP server.
Port
Enter the port to connect to. For standard (unsecured) FTP and FTP with Explicit SSL this is generally port 21. For FTP with Implicit SSL this is generally port 990.
Authentication
Enter the user ID and password for connecting to this server.
Use unencrypted control channel
If this option is checked, the FTP control channel will be unencrypted even if the data channel is secured. Check this option only if required for your FTP server.
Validate server certificate
Uncheck this option to bypass validation of the server's SSL certificate.
Use Mode Z to compress data
If supported by the FTP server, check this option to compress data during transfer.
Use Passive mode
Used Passive mode for transfers. This may be required for some FTP servers and/or network configurations.
Preserve timestamp on upload
When this option is checked, adTempus will attempt to preserve each file's timestamp when uploading files. If the option is not checked, the server will set the timestamp to the current date/time. Not all FTP servers support setting the timestamp.
Preserve timestamp on download
When this option is checked, adTempus will attempt to preserve each file's timestamp when downloading files. If the option is not checked, adTempus will set the timestamp to the current date/time.
Use temporary file during upload
5.0
When this option is checked, adTempus uploads each file to a temporary file name, then renames the file to the final file name after the upload completes. This ensures that a partial file is not left on the server in the event of an upload failure, and reduces the chances that a process on the remote server tries the read the file while it is being uploaded. In some cases this approach may not work correctly (for example, if the user does not have permission to rename files on the server). In this case, uncheck this option to upload the file directly to the final name.
Server time zone
Specify the time zone in which the FTP server is located. This information is needed for adTempus to accurately preserve file timestamps on download.
Proxy
If adTempus needs to go through a proxy server to connect to the file server, specify the proxy information here.
Proxy Type
Select the type of proxy server:
- None (no proxy server is used)
- HTTP
- SOCKS4
- SOCKS5
- FTP
- SSH (tunnel through an SSH server)
Server Address
Enter the DNS name or address of the proxy server.
Port
Enter the port to connect to on the proxy server.
Authentication Type
Select the type of authentication that the proxy server uses, and enter the user ID and password if needed.
The supported authentication types for HTTP proxies are:
- Basic
- NTLM
The supported authentication types for FTP proxies are:
- Automatic. adTempus will attempt to determine the correct authentication type
- SITE host
- USER user@host
- USER with login
- USER/PASS/ACCT
- OPEN host
The supported authentication types for SSH tunnels are:
- User ID and Password. Enter the user ID and password for the account.
-
User ID and Private Key. Enter the user ID for the account.
Then select the file that contains your private key (provided by the server administrator). adTempus supports private keys in OpenSSH format (file extension .pem) or PuTTY format (file extension .ppk). Once you have selected the file, the contents are saved in adTempus and the original file is no longer needed by adTempus.
If the private key file is encrypted, you must enter the private key password when you import the key.
- User ID, Password, and Private Key. Enter all user ID, password, and private key information as described for the two options above.
Expected host key fingerprint
To have adTempus confirm the identity of the SSH server on each connection, enter the host key fingerprint for the server. If no fingerprint is specified, adTempus will not validate the server's identity. The easiest way to obtain the key fingerprint is to use the Test button to validate the connection. When you do this, adTempus will show you the key fingerprint and prompt you to save it for future validation.
Notes
Enter an optional description or notes for this file server.
Security
The Security page contains a standard Security Editor used to manage permissions for this server definition.
Test
When you click the Test button adTempus will attempt to connect to the FTP server using the settings you have provided.
Related Concepts