TDV Adapter for SFTP

Build 23.0.8839

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the adapter 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.

SFTP Adapter 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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839