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