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 connectionidInteger id of the connection (opened by OpenFTPSite)
STRING directoryPath of the directory to go to
Return value
BOOLEANboolean indicating if the command was succesfull