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

ScriptEngineExecuteScript(StreamReader, Boolean) 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,
	bool exitAtEnd
)

Parameters

scriptStream  StreamReader
input stream containing the script file
exitAtEnd  Boolean
if true, close connection at end

Return Value

ScriptResult
ScriptResult @throws IOException @throws FTPException

See Also