Differences
This shows you the differences between the selected revisions of the page.
library_session_filetransferprogress 2024-09-12 | library_session_filetransferprogress 2024-09-12 (current) | ||
Line 47: | Line 47: | ||
Protocol = Protocol.Sftp, | Protocol = Protocol.Sftp, | ||
HostName = "example.com", | HostName = "example.com", | ||
- | UserName = "miguel", | + | UserName = "user", |
- | Password = "7250372''7250372''", | + | Password = "mypassword", |
SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx..." | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx..." | ||
}; | }; |