updates.
[silc.git] / apps / irssi / docs / help / in / file.in
index a7a07ee56c4747563e7bdec707e845672b0252bd..4e85a92c77d68184370d94c0ba8858beb69a2aca 100644 (file)
@@ -14,18 +14,27 @@ giving the FILE command without arguments.
 
 Commands:
 
-    SEND       <filepath> <nickname>
+    SEND     <filepath> <nickname> [<local IP> [<local port>]]
 
       Sends file transfer request to <nickname>.  This
       makes the <filepath> available to <nickname>.
 
-    RECEIVE    [<nickname>]
+      If the <local IP> is provided then the key exchange
+      protocol listener will be bound to that address.  If
+      <local port> is defined it is bound to that port. 
+      If they are not defined then the local IP address
+      of your machine is used to bind the listener.  If that
+      fails then the <nickname> is assumed to provide the
+      listener.  If you do not know whether you need to
+      provide <local IP> or not, do not provide it.
+
+    RECEIVE  [<nickname>]
 
       Accepts the file transfer request and starts
       the file transfer session.  If the <nickname> is
       omitted the last received request is used.
 
-    CLOSE      [<nickname>]
+    CLOSE    [<nickname>]
 
       Closes the file transfer session, or rejects
       file transfer request.  If this command is given