TDV Adapter for FTP

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 FTP.

Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from FTP, along with an indication of whether the procedure succeeded or failed.

FTP Adapter Stored Procedures

Name Description
DeleteFile Deletes a file in the remote FTP Server.
Download Download a file from the remote FTP server.
MoveFile Moves a file from one folder to other folder in the remote FTP Server.
RenameFile Rename a file in the remote FTP Server.
SendCommand Send commands directly to the server.
Upload Upload a file to the remote FTP server.

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