Differences
This shows you the differences between the selected revisions of the page.
2014-10-24 | 2014-12-01 | ||
5.6.2 Bug 1231: Allow accessing RemoteFileInfo length via IDispatch on 32-bit systems. (martin) | examples (martin) | ||
Line 32: | Line 32: | ||
Instance of the class can be created by the WinSCP assembly only. You can only get an instance of the class by calling ''[[library_session_listdirectory|Session.ListDirectory]]'' or ''[[library_session_getfileinfo|Session.GetFileInfo]]''. | Instance of the class can be created by the WinSCP assembly only. You can only get an instance of the class by calling ''[[library_session_listdirectory|Session.ListDirectory]]'' or ''[[library_session_getfileinfo|Session.GetFileInfo]]''. | ||
- | ===== Example ===== | + | ===== Examples ===== |
- | See [[library_session_listdirectory#example|example]] for ''[[library_session_listdirectory#example|Session.ListDirectory]]''. | + | See example for ''[[library_session_listdirectory#example|Session.ListDirectory]]'' or ''[[library_session_getfiles#example|Session.GetFiles]]''. |
+ | |||
+ | ==== Real-Life Examples ==== | ||
+ | |||
+ | * [[library_example_listing_files_matching_wildcard|Listing files matching wildcard]]; | ||
+ | * [[library_example_recursive_search_text|Search recursively for text in remote directory / Grep files over SFTP/FTP protocol]]. | ||