2.1.21.1 ftp_del


Description

Delete a file on an FTP server.

Syntax

int ftp_del( OFTPLOGIN * ftpLogin, LPCSTR pcszRemoteFile )

Parameters

ftpLogin
[input] an OFTPLOGIN structure.
pcszRemoteFile
[input] name of file to be deleted

Return

zero for success, non-zero for error.

Examples

Remark

See Also

ftp_del_multi

Header to Included

OFTP.h

Reference