Differences
This shows you the differences between the selected revisions of the page.
| 2015-03-30 | 2015-10-15 | ||
| syntax error (martin) | MS standard is to have opening brace on new line (martin) | ||
| Line 63: | Line 63: | ||
| { | { | ||
| // Setup session options | // Setup session options | ||
| - | SessionOptions sessionOptions = new SessionOptions { | + | SessionOptions sessionOptions = new SessionOptions |
| + | ···········{ | ||
| Protocol = Protocol.Sftp, | Protocol = Protocol.Sftp, | ||
| HostName = "example.com", | HostName = "example.com", | ||