Differences
This shows you the differences between the selected revisions of the page.
| 2023-12-16 | 2023-12-16 | ||
| no summary (190.18.231.88) (hidden) (untrusted) | Restored revision 1691079125. Undoing revision 1702720238. (martin) (hidden) | ||
| Line 83: | Line 83: | ||
| SessionOptions sessionOptions = new SessionOptions | SessionOptions sessionOptions = new SessionOptions | ||
| { | { | ||
| - | Protocol = Protocol.Ftp, | + | Protocol = Protocol.Sftp, |
| HostName = "example.com", | HostName = "example.com", | ||
| UserName = "user", | UserName = "user", | ||
| Password = "mypassword", | Password = "mypassword", | ||
| - | ··········· | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx..." |
| }; | }; | ||