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