DeleteFTPFile()

语法

Result = DeleteFTPFile(#Ftp, Filename$)
概要
Deletes a file on the FTP server.

参数

#Ftp The connection to use.
Filename$ The file to delete. The file has to be in the current directory (see GetFTPDirectory() and SetFTPDirectory()). It is not possible to specify a subpath in the Filename$.

返回值

Returns nonzero if the file was deleted or zero if the operation failed.

参阅

SendFTPFile(), SetFTPDirectory(), GetFTPDirectory()

已支持操作系统

所有

<- DeleteFTPDirectory() - Ftp Index - ExamineFTPDirectory() ->