Retrieves an unprocessed, clear text list representing the entire contents of the current working directory as sent by the FTP server. Using
ListDirectory is a better choice in most cases.
ListRawName() | Retrieves an unprocessed, clear text list representing the entire contents of the current working directory as sent by the FTP server. Using ListDirectory is a better choice in most cases. |
ListRawName(String) | Retrieves an unprocessed, clear text list representing the entire contents of the specified directory as sent by the FTP server. Using ListDirectory is a better choice in most cases. |
ListRawName(String, SearchCondition) | Retrieves an unprocessed, clear text list representing the entire contents of the specified directory as sent by the FTP server. Using ListDirectory is a better choice in most cases. |
Top