Differences
This shows you the differences between the selected revisions of the page.
2017-10-04 | 2017-10-20 | ||
code wrapping for new design (martin) | verbatim C# string literal (martin) | ||
Line 57: | Line 57: | ||
{ | { | ||
// Download files and throw on any error | // Download files and throw on any error | ||
- | session.GetFiles("/home/martin/public_html/*", "d:\\backup\\").Check(); | + | session.GetFiles("/home/martin/public_html/*", @"d:\backup\").Check(); |
} | } | ||
finally | finally |