Abort Method

See Also

FtpDLX Class  | FtpDLX Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

Abort Method

Aborts current method.

[Visual Basic]
Public Sub Abort()
[C#]
public void Abort();
[JScript]
public function Abort();

Remarks

This method aborts method that is currently executing. This includes file and folder listings, such as ListDir, ListNames, GetFile, PutFile etc.. Once you start transfer and wish to abort it (for whatever reason), you should just call this method. After some short time (cannot happen immediately) your transfer will stop with an error 551 (Transfer aborted) and you will be able to resume your operations later. Connection with the server will not be broken.

Aborting file transfer may not stop immediately - you should wait until Done event is fired in order to execute next command.
 

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

FtpDLX Class  | FtpDLX Members

 

 


© WeOnlyDo Software. All Rights Reserved.