Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the component beyond simple SELECT/INSERT/UPDATE/DELETE operations with SFTP.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from SFTP, along with an indication of whether the procedure succeeded or failed.
CData SSIS Components for SFTP Stored Procedures
Name | Description |
DeleteFile | Delete files in the remote SFTP Server. |
Download | Download a file from the remote FTP server. |
MoveFile | Moves a file from one folder to other folder in the remote SFTP Server. |
RenameFile | Rename a file in the remote SFTP Server. |
Upload | Upload a file to the remote FTP server. |