Differences

This shows you the differences between the selected revisions of the page.

library_example_moves_files_keeping_directory_structure 2022-06-16 library_example_moves_files_keeping_directory_structure 2023-11-15 (current)
Line 209: Line 209:
<code csharp> <code csharp>
-session.GetFiles(remoteFilePath, localFilePath, true);+session.GetFiles(remoteFilePath, localFilePath, true).Check();
</code> </code>
Line 215: Line 215:
<code powershell> <code powershell>
-$session.GetFiles($remoteFilePath, $localFilePath, $True)+$session.GetFiles($remoteFilePath, $localFilePath, $True).Check()
</code> </code>

Last modified: by martin