|
|
 |
 |
| StoreFTPFile |
| |
This function will store a file to the ftp server |
| |
| Library |
 |
wh::internet/ftp.whlib |
| |
| Syntax |
 |
PUBLIC BOOLEAN FUNCTION StoreFTPFile (INTEGER connectionid,STRING filename,BLOB filedata) |
| |
| Parameters |
 |
| connectionid |
 |
Integer id of the control connection |
 |
| filename |
 |
Name of the file to store |
 |
| filedata |
 |
BLOB with the filedata |
 |
|
| |
| Returns |
 |
Record Array containing: [[[return.code Response]]] code (200 is OK) [[[return.message Response]]] message |
| |
|
|
|
|