NET FTP Library
FTP Constructor(String)






KellermanSoftware.NetFtpLibrary Namespace > FTP Class > FTP Constructor : FTP 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 FTP(trialExtensionCode)
public FTP( 
   System.string trialExtensionCode
)
public FTP( 
    trialExtensionCode: System.String
); 
public function FTP( 
   trialExtensionCode : System.String
);
public: FTP( 
   System.string* trialExtensionCode
)
public:
FTP( 
   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

FTP Class
FTP Members
Overload List