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