Add an FTP or SFTP Server
You can add an FTP server or SFTP server as a delivery channel for Publisher.
If the destination file name supplied to the scheduler contains non-ascii characters, UTF-8 encoding is used to specify the file name to the destination FTP server. Your FTP server must support UTF-8 encoding or the job delivery will fail with "Delivery Failed" error message.
Publisher doesn't support FTP over TLS / SSL (FTPS). You can't use FTP over TLS or SSL for delivery. Use SFTP for secure file transfer.
SSH Options For SFTP
Secure File Transfer Protocol (SFTP) is based on the Secure Shell technology (SSH). Publisher supports the following SSH options for SFTP delivery.
Key Exchange Method (Diffie-Hellman) | Server Public Key | Encryption (Cipher Suites) | Message Authentication Code (MAC) |
---|---|---|---|
|
|
|
|
The following algorithms are available only when Publisher is running on a JVM on which the Java Cryptography Extension (JCE) unlimited strength jurisdiction policy files are installed:
- diffie-hellman-group-exchange-sha256
- diffie-hellman-group14-sha256
- diffie-hellman-group16-sha512
- diffie-hellman-group18-sha512
- rsa-sha2-256
- rsa-sha2-512
- aes192-ctr
- aes256-ctr
- hmac-sha2-256
- hmac-sha2-512