Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact us Request to publish your help manuals Request to remove your help manuals
Introduction
» X360 Ftp Client ActiveX Control
» System Requirements
» Distributing Applications
» Installation Directory
» VB Developer Getting Start
Using X360 Ftp Client ActiveX Control
» Properties
» Methods
» Events
Support Detail
» Activating Full Version
» Technical Support
 

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

data recovery program partition file restore computer keylogger
usb drive files recovery flash data recovery send group sms
mobile phone data recovery data restoration restore windows vista business

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"

Home | Contact us | Request to publish your help manuals | Request to remove your help manuals