FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createUpdateFTPConnection Method

Creates or updates FTP connections

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

Syntax


public bool createUpdateFTPConnection(
	string ftpConnectionID,
	string ftpName,
	string ftpPath,
	string ftpUserName,
	string ftpPassword,
	bool writePermission
)
Public Function createUpdateFTPConnection ( _
	ftpConnectionID As String, _
	ftpName As String, _
	ftpPath As String, _
	ftpUserName As String, _
	ftpPassword As String, _
	writePermission As Boolean _
) As Boolean
public:
bool^ createUpdateFTPConnection(
	String^ ftpConnectionID, 
	String^ ftpName, 
	String^ ftpPath, 
	String^ ftpUserName, 
	String^ ftpPassword, 
	bool^ writePermission
)

Parameters

ftpConnectionID
Type: String
The FTP connection identifier.
ftpName
Type: String
Name of the FTP.
ftpPath
Type: String
The FTP path.
ftpUserName
Type: String
Name of the FTP user.
ftpPassword
Type: String
The FTP password.
writePermission
Type: Boolean
if set to true [write permission].

Return Value

true if XXXX, false otherwise.