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

ScriptEngineExecuteScript(StreamReader) Method

Execute the script in the supplied stream

Definition

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

Parameters

scriptStream  StreamReader
input stream containing the script file

Return Value

ScriptResult
ScriptResult @throws IOException @throws FTPException

See Also