Properties
XIsPassiveMode Property
Get/Set use of passive transfer.
[Visual Basic]
Property XIsPassiveMode As Boolean
Property Value
Boolean value that controls whether the FTP server use passive transfer.
Example
X360FtpClient.XIsPassiveMode = True
XLicenseKey Property
Set the license key which unlocks the ActiveX control from demo mode.
[Visual Basic]
Property XLicenseKey As String
Property Value
String provided by the vendor.
Example
X360FtpClient.XLicenseKey = "Your Key"
XPassword Property
Get/Set a password for FTP authentication.
[Visual Basic]
Property XPassword As String
Property Value
String value specified the password for FTP authentication.
Example
X360FtpClient.XPassword = "1234"
XPortNo Property
Get/Set the port number used.
[Visual Basic]
Property XPortNo As Integer
Property Value
Integer value specified the port number used. The default value is port 21.
Example
X360FtpClient.XPortNo = 21
XServerName Property
Get/Set the name of the FTP server.
[Visual Basic]
Property XServerName As String
Property Value
String value specified the name of the FTP server.
Example
X360FtpClient.XServerName = "www.x360soft.com"
XUserName Property
Get/Set the username for FTP authentication.
[Visual Basic]
Property XUserName As String
Property Value
String value specified the username for FTP authentication.
Example
X360FtpClient.XUserName = "x360soft"
|