
SFTP for Oracle PL/SQL.
Features
DidiSoft OraSFTP is a PL/SQL package (ORA_SFTP) providing SFTP client side communication functionality for the Oracle Database platform version 11 and 12. The package provides Oracle PL/SQL functions for SFTP client side communication. The standard SFTP functionality upload, download, list files, manage remote directories, etc., are available. Supports PuTTY, OpenSSH and ssh.com type of keys with algorithms RSA, DSA, ECDSA.
New in v1.2.11
- Adds ORA_SFTP.CHGRP(FILE_PATH, GID) - Function that changes the group of a file. GID must be a numeric group ID. Returns TRUE on success.
- Modifies connection setting TCP No-Delay to false.