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

ScriptEngineExecuteScript(String) Method

Execute the script in the supplied file

Definition

Namespace: EnterpriseDT.Net.Ftp.Script
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual ScriptResult ExecuteScript(
	string scriptPath
)

Parameters

scriptPath  String
full path of the script file

Return Value

ScriptResult
ScriptResult @throws IOException @throws FTPException

See Also