publish
plugins.it2be_ftp.SFTPsettings info


Servoy Properties Summary
String host
Number mechanism
String password
Number port
String privateKey
Number timeout
String userName


Servoy Methods Summary
Boolean equals( SFTPsettings )


Servoy Properties Details


host
String  host
Get/Set the host name.
Returns
String  host String

Supported Clients
SmartClient, WebClient, NGClient


mechanism
Number  mechanism
Get/Set the mechanism (password=1 (default) privateKey=2.
Returns
Number  int

Supported Clients
SmartClient, WebClient, NGClient


password
String  password
Get/Set the password.
Returns
String  password String

Supported Clients
SmartClient, WebClient, NGClient


port
Number  port
Get/Set the port.
Returns
Number  port int

Supported Clients
SmartClient, WebClient, NGClient


privateKey
String  privateKey
Get/Set the private key.
Returns
String  private key String

Supported Clients
SmartClient, WebClient, NGClient


timeout
Number  timeout
Get/Set the timeout (in milliseconds, -1 is default).
Returns
Number  timeout int

Supported Clients
SmartClient, WebClient, NGClient


userName
String  userName
Get/Set the userName.
Returns
String  username String

Supported Clients
SmartClient, WebClient, NGClient

Servoy Methods Details


equals
Boolean  equals( SFTPsettings )
Are the settings the same.
Parameters
SFTPsettings  settings

Returns
Boolean  result boolean

Supported Clients
SmartClient, WebClient, NGClient