Differences
This shows you the differences between the selected revisions of the page.
| 2012-02-18 | 2012-02-18 | ||
| duplicate local backup (martin) | few formating new lines in vbnet (martin) | ||
| Line 192: | Line 192: | ||
| ' Download the file and throw on any error | ' Download the file and throw on any error | ||
| session.GetFiles(remotePath, localPath).Check | session.GetFiles(remotePath, localPath).Check | ||
| + | |||
| Console.WriteLine("Download to backup done.") | Console.WriteLine("Download to backup done.") | ||
| End If | End If | ||
| Line 198: | Line 199: | ||
| End If | End If | ||
| End Using | End Using | ||
| + | |||
| Return 0 | Return 0 | ||
| Catch e As Exception | Catch e As Exception | ||