Discuss this help topic in SecureBlackbox Forum
Creates the instance of TElSimpleSFTPClient class
Declaration
[C#]
TElSimpleSFTPClient(TSBComponentBase AOwner);
TElSimpleSFTPClient();
[VB.NET]
Sub New(ByVal AOwner As TSBComponentBase)
Sub New()
[Pascal]
constructor Create(AOwner : TSBComponentBase);
[Java]
public TElSimpleSFTPClient();
Description
Use this method to create
the new instance of TElSimpleSFTPClient class.
Discuss this help topic in SecureBlackbox Forum