SshOptions Constructor(String,String,String)
In This Topic
Initializes a new instance of the
SshOptions class and initializes some of its properties.
Syntax
|
|---|
'Declaration
Public Function New( _
ByVal As String, _
ByVal As String, _
ByVal As String _
) |
Parameters
- host
- Name or ip address of SSH server.
- user
- User id on SSH server.
- password
- User password on SSH server.
See Also