Port Property

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.

Port Property

Port on the server where we will connect.

[Visual Basic]
Public Property Port As Integer
[C#]
public int Port {get; set;}
[JScript]
public function get,set Port : int

Remarks

This property determines which port on remote server is used for connection. When you set Protocol property, wodFtpDLX.NET will automatically set this value to default port, depending on selected protocol. If remote server uses some non-standard port value, you can change it here to appropriate value. Typical values are 21 for FTP (with or without SSL) and 22 for SFTP. FTPSimplicit protocol uses port 990.

This property value cannot be changed after Connect method is issued.

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.