Disconnect() Method

See Also

FtpDLX Class  | FtpDLX Members  | Overload List

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.

Disconnect() Method

Disconnects from remote server.

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

Remarks

Disconnect method will close socket between wodFtpDLX.NET and remote server, thus breaking the connection. If Wait argument isn't specified, or is set to False, server will not be informed about disconnection (connection is closed brutally). If Wait is set, wodFtpDLX.NET will first send information about connection closure to server.

After calling Disconnect, you can set new parameters and issue Connect method again.

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  | Overload List

 

 


© WeOnlyDo Software. All Rights Reserved.