
Public Member Functions | |
| String | getPassword () |
| Returns the user password. | |
| bool | promptYesNo (String str) |
| Prompt the user for a Yes/No input. | |
| String | getPassphrase () |
| Returns the user passphrase (passwd for the private key file). | |
| bool | promptPassphrase (String message) |
| Prompt the user for a passphrase (passwd for the private key file). | |
| bool | promptPassword (String message) |
| Prompt the user for a password. | |
| void | showMessage (String message) |
| Shows a message to the user. | |
Definition at line 173 of file ScpFrom.cs.
| String Tamir.SharpSsh.jsch.examples.ScpFrom.MyUserInfo.getPassphrase | ( | ) |
Returns the user passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 196 of file ScpFrom.cs.
| String Tamir.SharpSsh.jsch.examples.ScpFrom.MyUserInfo.getPassword | ( | ) |
Returns the user password.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 183 of file ScpFrom.cs.
| bool Tamir.SharpSsh.jsch.examples.ScpFrom.MyUserInfo.promptPassphrase | ( | String | message | ) |
Prompt the user for a passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 201 of file ScpFrom.cs.
| bool Tamir.SharpSsh.jsch.examples.ScpFrom.MyUserInfo.promptPassword | ( | String | message | ) |
Prompt the user for a password.
\
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 206 of file ScpFrom.cs.
| bool Tamir.SharpSsh.jsch.examples.ScpFrom.MyUserInfo.promptYesNo | ( | String | str | ) |
Prompt the user for a Yes/No input.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 188 of file ScpFrom.cs.
| void Tamir.SharpSsh.jsch.examples.ScpFrom.MyUserInfo.showMessage | ( | String | message | ) |
Shows a message to the user.
Implements Tamir.SharpSsh.jsch.UserInfo.
Definition at line 215 of file ScpFrom.cs.
1.5.9