2.1.21.2 ftp_del_multi


Description

Delete multiple files on an FTP server.

Syntax

int ftp_del_multi( OFTPLOGIN * ftpLogin, StringArray * psaRemoteFiles )

Parameters

ftpLogin
[input] an OFTPLOGIN structure.
psaRemoteFiles
[input] array containing names of files to be deleted

Return

zero for success, non-zero for error.

Examples

Remark

See Also

ftp_del

Header to Included

OFTP.h

Reference