edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ScriptCommandExecute Method

Definition

Namespace: EnterpriseDT.Net.Ftp.Script
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public abstract CommandResult Execute(
	ScriptEngine engine,
	ExFTPConnection ftp,
	string command,
	string args
)

Parameters

engine  ScriptEngine
 
ftp  ExFTPConnection
 
command  String
 
args  String
 

Return Value

CommandResult

See Also