TIpClientFtp() > File methods |
Uploads multiple files to the FTP server.
:mput( <cFileSpec>, [<cAttr>] ) --> nFileCount
Attributes for :mput()
Attribute | Meaning |
---|---|
H | Include hidden files |
S | Include system files |
Method :mput() uploads all files meeting the file specification <cFileSpec> to the FTP server and stores them in the current directory of the server. If a file exists on the FTP server having the same name as on the loacl station, the remote file is overwritten. The method returns a character string including the names of all uploaded files, separated with INetCrlf().
http://www.xHarbour.com