Back to product page

MyIP property


Holds IP address shown to the user.

Type

A String value.

Syntax

  • Basic
object.MyIP [= value]
The MyIP(object,value) syntax has these parts:
objectAn expression evaluating to an object of type FtpUser.
valueA 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.

Platforms

Windows