Differences
This shows you the differences between the selected revisions of the page.
2012-09-24 | 2014-12-01 | ||
5.1 is stable (martin) | examples (martin) | ||
Line 28: | Line 28: | ||
===== Remarks ===== | ===== Remarks ===== | ||
Instance of the class is returned by ''[[library_session_getfiles|Session.GetFiles]]'' and ''[[library_session_putfiles|Session.PutFiles]]''. | Instance of the class is returned by ''[[library_session_getfiles|Session.GetFiles]]'' and ''[[library_session_putfiles|Session.PutFiles]]''. | ||
+ | |||
+ | ===== Example ===== | ||
+ | See [[library#example|overall example for WinSCP .NET assembly]]. | ||
+ | |||
+ | ==== Real-Life Example ==== | ||
+ | |||
+ | * [[library_example_recursive_search_text|Search recursively for text in remote directory / Grep files over SFTP/FTP protocol]]. | ||