Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the add-in 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.
CData Excel Add-In for FTP 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. |