2.1.21.6 ftp_put_multi


Description

Upload multiple files to an FTP server.

Syntax

int ftp_put_multi( OFTPLOGIN * ftpLogin, StringArray * psaLocalFiles, bool bBinary = true )

Parameters

ftpLogin
[input] an OFTPLOGIN structure.
psaLocalFiles
[input] array containing paths and names of files to be uploaded
bBinary
[input] upload using binary mode or ASCII mode

Return

zero for success, non-zero for error.

Examples

Remark

See Also

ftp_put

Header to Included

OFTP.h

Reference