Supported Objects and Task Operations
File Processor Connector supports the following objects and task operations:
Objects | Read | Insert | Update | Upsert | Delete | Data preview | Lookup |
FTP_GET | Yes | NA | NA | NA | NA | NA | NA |
FTP_PUT | Yes | NA | NA | NA | NA | NA | NA |
SFTP_GET | Yes | NA | NA | NA | NA | NA | NA |
SFTP_PUT | Yes | NA | NA | NA | NA | NA | NA |
FileEncrypt | Yes | NA | NA | NA | NA | NA | NA |
FileDecrypt | Yes | NA | NA | NA | NA | NA | NA |
FileCompress | Yes | NA | NA | NA | NA | NA | NA |
FileDecompress | Yes | NA | NA | NA | NA | NA | NA |
FileCopy | Yes | NA | NA | NA | NA | NA | NA |
FileUnArchive | Yes | NA | NA | NA | NA | NA | NA |
FileArchive | Yes | NA | NA | NA | NA | NA | NA |
FileMove | Yes | NA | NA | NA | NA | NA | NA |
FileRename | NA | Yes | NA | NA | NA | NA | NA |
- •FileEncrypt and FileDecrypt objects support .pgp, .gpg, and .pbe encryption and decryption formats.
- •FileCompress and FileDecompress objects support .zip, .gz, and .7z compression formats.
- •FileArchive and FileUnArchive objects support .tar compression format.
- •File Processor Connector supports public and private key based authentication for FTP server (FTP over SSH).
- •You can use File Processor Connector to perform FTP over SSL. Set the isSSLEnabled filter field to 1 to enable FTP over SSL.
- •You can use .ppk, .pem, and .pvk private key formats in SFTP server. When you use SSH key files in .pvk private key format, you must provide the PassPhrase value for the SFTP_PassPhrase filter field. Use PassKey1, PassKey2, or PassKey3 field in the Connection Properties page to provide the PassPhrase value.