wodSSHServer ActiveX Control - RemoteIP Property
      
 

Description

Holds originating IP address of the user.


Property type

A String value.  


Syntax

object.RemoteIP [= value]



The RemoteIP Property syntax has these parts:

Part Description
object An expression evaluating to an object of type SSHUser.
value A 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.