NET SFTP Library
SFTP Constructor(String)






KellermanSoftware.NetSFtpLibrary Namespace > SFTP Class > SFTP Constructor : SFTP Constructor(String)
Extend the trial of the Software
Syntax
'Declaration
 
Public Function New( _
   ByVal trialExtensionCode As System.String _
)
'Usage
 
Dim trialExtensionCode As System.String
 
Dim instance As New SFTP(trialExtensionCode)
public SFTP( 
   System.string trialExtensionCode
)
public SFTP( 
    trialExtensionCode: System.String
); 
public function SFTP( 
   trialExtensionCode : System.String
);
public: SFTP( 
   System.string* trialExtensionCode
)
public:
SFTP( 
   System.String^ trialExtensionCode
)

Parameters

trialExtensionCode
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SFTP Class
SFTP Members
Overload List