Differences
This shows you the differences between the selected revisions of the page.
2012-01-07 | 2012-01-10 | ||
diffrent linking to sessino methods (martin) | Protocol not Protocols (martin) | ||
Line 51: | Line 51: | ||
// Setup session options | // Setup session options | ||
SessionOptions sessionOptions = new SessionOptions(); | SessionOptions sessionOptions = new SessionOptions(); | ||
- | sessionOptions.Protocol = Protocols.Sftp; | + | sessionOptions.Protocol = Protocol.Sftp; |
sessionOptions.HostName = "example.com"; | sessionOptions.HostName = "example.com"; | ||
sessionOptions.UserName = "user"; | sessionOptions.UserName = "user"; |