FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..connectSFTP Method

Checks the SFTP connection.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool connectSFTP(
	string sFtpPath,
	string userName,
	string password,
	ref string sErrorMessage
)
Public Function connectSFTP ( _
	sFtpPath As String, _
	userName As String, _
	password As String, _
	ByRef sErrorMessage As String _
) As Boolean
public:
bool^ connectSFTP(
	String^ sFtpPath, 
	String^ userName, 
	String^ password, 
	String^% sErrorMessage
)

Parameters

sFtpPath
Type: String
The s SFTP path.
userName
Type: String
Name of the user.
password
Type: String
The password.
sErrorMessage
Type: String%
The s error message.

Return Value

true if XXXX, false otherwise.