Project

General

Profile

Bindip » History » Revision 2

Revision 1 (Per Amundsen, 02/08/2014 11:16 PM) → Revision 2/4 (Per Amundsen, 02/08/2014 11:18 PM)

_Added in 1.9.0_ 

 */bindip [on|off] <ipaddress/adapter>* 

 Bind or toggles ip address/network adapter for DCC transfers. 

 /bindip with no parameters shows current status. 

 *Parameters* 

 on - Sets bind on. 
 off - Sets bind off. 

 <ipaddress/adapter>* - IpAddress or Network Adapter to bind to. 

 *Example* 

 <pre> 
 ;Binds ip to 192.168.0.1 
 /bindip 192.168.0.1 

 ;Finds local ip address on Local Network Adapter and binds to it. 
 /bindip Local Network Adapter 

 ;Disable bind 
 /bindip off 
 </pre>