deDesign..::..createUpdateFTPConnection Method
Creates or updates FTP connections
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
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].