Overload | Description |
---|---|
GetRawFolderContents(String,Boolean) | Retrieves an unprocessed, clear text list representing the contents of the current working folder as sent by the FTP server and indicates if the entire listing or only filenames should be retrieved. |
GetRawFolderContents(String) | Retrieves an unprocessed, clear text list representing the contents of the current working folder as sent by the FTP server. |
GetRawFolderContents(Boolean) | Retrieves an unprocessed, clear text list representing the entire contents of current working folder as sent by the FTP server and indicates if the entire listing or only filenames should be retrieved. |
GetRawFolderContents() | Retrieves an unprocessed, clear text list representing the entire contents of current working folder as sent by the FTP server. |