TIpClientFtp() > File methods |
Retrieves file information from the FTP server as character string.
:list( [<cFileSpec>] ) --> cFileList
Method :list() sends the LIST command along with an optional file specification to the FTP server and returns the file information as a charcter string. Information of individual files is delimited with INetCrlf().
Note: method :listFiles() can be used to retrieve the file information in form of an array.
http://www.xHarbour.com