Differences
This shows you the differences between the selected revisions of the page.
2012-01-27 | 2012-02-18 | ||
TransferOperationResult (martin) | c# heading and missing semicolon (martin) | ||
Line 35: | Line 35: | ||
===== Example ===== | ===== Example ===== | ||
+ | ==== C# Example ==== | ||
<code csharp> | <code csharp> | ||
using System; | using System; | ||
Line 107: | Line 108: | ||
session.GetFiles(remotePath, localPath).Check(); | session.GetFiles(remotePath, localPath).Check(); | ||
- | Console.WriteLine("Download to backup done.") | + | Console.WriteLine("Download to backup done."); |
} | } | ||
} | } |