Added -no-listener option to FILE SEND command in Irssi SILC client.
[crypto.git] / apps / irssi / docs / help / in / file.in
index 4e85a92c77d68184370d94c0ba8858beb69a2aca..cb6ee86fa051e6ff3725844f78b6eb12d1cb50e0 100644 (file)
@@ -15,6 +15,7 @@ giving the FILE command without arguments.
 Commands:
 
     SEND     <filepath> <nickname> [<local IP> [<local port>]]
+                                   [-no-listener]
 
       Sends file transfer request to <nickname>.  This
       makes the <filepath> available to <nickname>.
@@ -23,16 +24,18 @@ Commands:
       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.
+      of your machine is used to bind the listener.
 
-    RECEIVE  [<nickname>]
+      If the -no-listener option is used the client does not
+      bind locally but assumes that the <nickname> will provide
+      the point of connect.  This is usefull when the sender
+      is behind NAT device.
 
-      Accepts the file transfer request and starts
-      the file transfer session.  If the <nickname> is
-      omitted the last received request is used.
+    ACCEPT  [<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>]
 
@@ -40,4 +43,3 @@ Commands:
       file transfer request.  If this command is given
       during the file transfer process it will be cancelled.
 
-