Differences
This shows you the differences between the selected revisions of the page.
| 2015-10-15 | 2015-12-22 | ||
| MS standard is to have opening brace on new line (martin) | 5.8 Bug 1356 Method to list all files in remote directory tree recursively (martin) | ||
| Line 24: | Line 24: | ||
| | [[library_sessionremoteexception|SessionRemoteException]] | Session has failed. \\ Listing of remote directory has failed. \\ See the exception documentation for details. | | | [[library_sessionremoteexception|SessionRemoteException]] | Session has failed. \\ Listing of remote directory has failed. \\ See the exception documentation for details. | | ||
| | TimeoutException | Timeout waiting for ''winscp.com'' to respond. | | | TimeoutException | Timeout waiting for ''winscp.com'' to respond. | | ||
| + | |||
| + | ===== Remarks ===== | ||
| + | You can use ''[[library_session_enumerateremotefiles|Session.EnumerateRemoteFiles]]'' method instead, if you want to: | ||
| + | |||
| + | * List only files matching a wildcard; | ||
| + | * List the files recursively; | ||
| + | * Have references to this (''.'') and parent (''..'') directories be excluded form the listing. | ||
| ===== [[example]] Examples ===== | ===== [[example]] Examples ===== | ||