Process a file script

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public bool ProcessFileScript(
	string scriptPath,
	bool ignoreTransferError,
	bool verifySize
)
Visual Basic (Declaration)
Public Function ProcessFileScript ( _
	scriptPath As String, _
	ignoreTransferError As Boolean, _
	verifySize As Boolean _
) As Boolean
Visual C++
public:
bool ProcessFileScript(
	String^ scriptPath, 
	bool ignoreTransferError, 
	bool verifySize
)

Parameters

scriptPath
Type: System..::.String
Path to script file
ignoreTransferError
Type: System..::.Boolean
Do not stop of transfer errors
verifySize
Type: System..::.Boolean
Verify file size

Return Value

[Missing <returns> documentation for "M:HS.Sys.TheEnterprise.Common.Laserbear.FtpClient.ProcessFileScript(System.String,System.Boolean,System.Boolean)"]

See Also