Function Reference


_FTP_FileDelete

Delete an file from an FTP server.

#include <FTPEx.au3>
_FTP_FileDelete($l_FTPSession, $s_RemoteFile)

Parameters

$l_FTPSession as returned by _FTP_Connect()
$s_RemoteFile The remote Location for the file.

Return Value

Success: 1
Failure: 0 and sets @ERROR

Remarks

None.

Related

_FTP_Connect

See Also

Search FtpDeleteFile in MSDN Library