Stopping Transfers and Other Events (Disconnect)

Use the Disconnect method to end an event in progress. It is normally used to stop a file transfer.

Syntax

Object.Disconnect()

Example

Set MySite = CreateObject("CuteFTPPro.TEConnection")

MySite.TransferURLAsync

MySite.Disconnect

Configuration Notes