Differences
This shows you the differences between the selected revisions of the page.
2015-08-09 | 2015-10-15 | ||
Restored revision 1431594577. Undoing revision 1439112929. (martin) (hidden) | MS standard is to have opening brace on new line (martin) | ||
Line 67: | Line 67: | ||
{ | { | ||
// 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", |