DeleteFTPFile (open)
This function will delete a file
Syntax
LOADLIB "wh::internet/ftp.whlib";
BOOLEAN FUNCTION DeleteFTPFile(INTEGER connectionid, STRING filename)Parameters
INTEGER connectionidInteger id of the connection (opened by OpenFTPSite)
STRING filenameName of the file
Return value
BOOLEANboolean indicating if the command was succesfull