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
 

Methods

CancelDownload Method

Abort the download process.

[Visual Basic]
Sub CancelDownload()

Example
X360FtpClient.CancelDownload

CancelUpload Method

Abort the upload process.

[Visual Basic]
Sub CancelUpload()

Example
X360FtpClient.CancelUpload

CreateFolder Method

Create a new folder or multiple folders on FTP server.

[Visual Basic]
Function CreateFolder( _
ByVal RemoteFolder As String _
) As Integer

Parameters

disk recovery program deleted files recovery free spy software
data recovery usb drive key drive file recovery bulk sms
cell phone data recovery picture recovery services data recovery windows vista

RemoteFolder
The name of the folder.

Return Value
Zero represents the operation is success. Other values represents the the operation is failure and return the error code.

Example
' Create folder X360soft
X360FtpClient.CreateFolder "//public_html/X360soft"
' Create multiple folder, i.e. Internet and Ftp
X360FtpClient.CreateFolder "//public_html/X360soft/Internet/Ftp"

»

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