Advertisement
Guest User

Untitled

a guest
Jul 14th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. opts := WinSCP_SessionOptions new
  2. protocol: Protocol_Sftp;
  3. hostName = 'example.com';
  4. userName: 'user';
  5. password: 'mypassword';
  6. sshHostKeyFingerprint: 'ssh-rsa 2048 ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff';
  7. yourself.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement