Differences

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

2017-10-09 2017-10-20
diff (martin) verbatim C# string literal (martin)
Line 80: Line 80:
                TransferOperationResult transferResult;                 TransferOperationResult transferResult;
                transferResult =                 transferResult =
-                    session.GetFiles("/home/user/*", "d:\\download\\", false, transferOptions);+                    session.GetFiles("/home/user/*", @"d:\download\", false, transferOptions);
                // Throw on any error                 // Throw on any error

Last modified: by martin