property FtpRemoveFile.
Removes a file
from a FTP server.
|
ftpConnectionHandle
[in] . Handle
of FTP connection
ftpFilename
[in] . Full
qualified filename to delete ( e.g
"/Softlib/DUMMY.TXT" )
pVal
[out, retval]
The returned value is 1 if OK
or is 0 if failed
S_OK
The operation was successfull.
E_POINTER
A NULL pointer was supplied as an argument.
E_UNEXPECTED
An unexpected error occoured.