Differences
This shows you the differences between the selected revisions of the page.
2016-03-07 | 2016-03-07 | ||
symplifying VB.NET example (martin) | correcting method name and syntax highlighting (martin) | ||
Line 76: | Line 76: | ||
TransferOperationResult transferResult; | TransferOperationResult transferResult; | ||
- | transferResult = session.PutFiles("/home/user/*", @"d:\download\", false, transferOptions); | + | transferResult = session.GetFiles("/home/user/*", "d:\\download\\", false, transferOptions); |
// Throw on any error | // Throw on any error |