ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、SFTP の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにSFTP から関連するレスポンスデータを返します。
CData ADO.NET Provider for SFTP ストアドプロシージャ
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. |