Differences
This shows you the differences between the selected revisions of the page.
| 2014-04-24 | 2014-04-24 | ||
| variable names distinct from class names as VB is case-insensitive (martin) | parentheses in check call (martin) | ||
| Line 199: | Line 199: | ||
| If download Then | If download Then | ||
| ' Download the file and throw on any error | ' Download the file and throw on any error | ||
| - | mySession.GetFiles(remotePath, localPath).Check | + | mySession.GetFiles(remotePath, localPath).Check() |
| Console.WriteLine("Download to backup done.") | Console.WriteLine("Download to backup done.") | ||