Description
-
Determines port on remote server where wodFtpDLX will
connect.
Property type
-
A Long value. Represents port on remote
server.
Syntax
-
object.Port [= value]
The Port Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodFtpDLX. |
| value |
A Long value. |
Remarks
-
This property determines which port on remote server is
used for connection. When you set Protocol
property, wodFtpDLX 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.
|