Description
-
Holds IP address shown to the user.
Property type
-
A String value.
Syntax
-
object.MyIP [= value]
The MyIP Property syntax has these parts:
| object |
An expression
evaluating to an object of type FtpUser. |
| value |
A String value. |
Remarks
-
MyIP contains information about IP address that will be sent to
the user in response to PASV command. It should be used when your
server is behind the firewall, and default IP address is not
reachable by the client (so data connections would fail). When this
property is set, wodFTPServer will ignore real IP address, and
provide this one instead. It should be in IPv4 format.
-
-
This property is used with FTP and FTPS protocols. It is not used
in SFTP.
|