Retrieves the raw list of files and directories in the current server directory as received from the server.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Function GetRawList As String() |
C# |
---|
public string[] GetRawList() |
Return Value
The array of response lines.Implements
IFtp..::..GetRawList()()()()Remarks
Represents FTP LIST command.
Because the RFC does not define the format of the file list, this method is often useless. Using GetList is a better choice in most cases.