Differences
This shows you the differences between the selected revisions of the page.
2015-08-07 | 2015-10-15 | ||
ending path with slash is now forbidden + * mask suggestion (martin) | MS standard is to have opening brace on new line (martin) | ||
Line 58: | Line 58: | ||
{ | { | ||
// 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", |