NET FTP Library
FTP Constructor(String,String)
Example 






KellermanSoftware.NetFtpLibrary Namespace > FTP Class > FTP Constructor : FTP Constructor(String,String)
Constructor for Licensed Version.
Syntax
'Declaration
 
Public Function New( _
   ByVal userName As System.String, _
   ByVal licenseKey As System.String _
)
'Usage
 
Dim userName As System.String
Dim licenseKey As System.String
 
Dim instance As New FTP(userName, licenseKey)
public FTP( 
   System.string userName,
   System.string licenseKey
)
public FTP( 
    userName: System.String;
    licenseKey: System.String
); 
public function FTP( 
   userName : System.String,
   licenseKey : System.String
);
public: FTP( 
   System.string* userName,
   System.string* licenseKey
)
public:
FTP( 
   System.String^ userName,
   System.String^ licenseKey
)

Parameters

userName
licenseKey
Example
FTP ftp = new FTP("place user name here", "place license key here");
FTP ftp = new FTP("place user name here", "place license key here")
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