TIpClientFtp() > File methods |
Downloads multiple files from the FTP server.
:mget( <cFileSpec>, <cLocalDir> ) --> cFileList
Method :mget() downloads all files meeting the file specification <cFileSpec> from the FTP server and stores them in the directory <cLocalDir>. This directory must exist on the local station. If a file exists on the local station having the same name as on the FTP server, the local file is overwritten. The method returns a character string including the names of all downloaded files, separated with INetCrlf().
http://www.xHarbour.com