ftp functions
All callable symbols documented in this include, grouped by declaration type.
Stocks
| Name | Signature |
|---|---|
| FTP_Close | stock FTP_Close() { |
| FTP_GetFile | stock FTP_GetFile( szLocalFile[] , szRemoteFile[] , szForward[]="" ) { |
| FTP_GetList | stock FTP_GetList( szLocalFile[] , szRemoteFile[] , szForward[]="" ) { |
| FTP_Open | stock FTP_Open( const szServer[] , const iPort=21 , const szUser[] , const szPassword[] , const szForward[]="" ) { |
| FTP_Ready | stock FTP_Ready() { |
| FTP_SendFile | stock FTP_SendFile( szLocalFile[] , szRemoteFile[] , szForward[]="" ) { |