| ChangeFTPDirectory |
| |
This function will change the working directory on the ftp server |
| |
| Library |
 |
wh::internet/ftp.whlib |
| |
| Syntax |
 |
PUBLIC BOOLEAN FUNCTION ChangeFTPDirectory (INTEGER connectionid,STRING directory) |
| |
| Parameters |
 |
| connectionid |
 |
Integer id of the connection (opened by OpenFTPSite) |
 |
| directory |
 |
Path of the directory to go to |
 |
|
| |
| Returns |
 |
boolean indicating if the command was succesfull |
| |