wodFTPServer ActiveX Control - PasvPort Property
      
 

Description

Determines which outgoing port is used in PASV mode.


Property type

A Long value.  


Syntax

object.PasvPort [= value]



The PasvPort Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodFTPD.
value A Long value.

Remarks

Use PasvPort property to determine if wodFTPServer will use any port number to make outgoing data connection, or will use port 20 (as specified by RFC) for such connection. Please note that this port is *NEVER* used for listening - it is only used for *OUTGOING* connections, so it can be reused many times.

By default, wodFTPServer uses port 20 for outgoing connections.