【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.21.6 ftp_put_multi
Contents
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
Header to Included
OFTP.h