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