Back to product page

RemoteIP property


Holds originating IP address of the user.

Type

A String value.

Syntax

  • Basic
object.RemoteIP [= value]  
The RemoteIP(object,value) syntax has these parts:
objectAn expression evaluating to an object of type SSHUser.
valueA String value.

Remarks

RemoteIP property will give you information about user's origin computer that he used to connect to your server. It can be used to allow/deny only users coming from predetermined hosts. It is known already at LoginPassword event.

Platforms

Windows