cb6ee86fa051e6ff3725844f78b6eb12d1cb50e0
[silc.git] / apps / irssi / docs / help / in / file.in
1
2 @SYNTAX:file@
3
4 This command is used to tranfer files between clients.
5 The actual file transfer stream is sent outside SILC network
6 peer to peer between the clients.  Before the file transfer
7 begins the SILC Key Exchange protocol is performed between
8 the two clients to exchange key material.  This key material
9 is then used to secure the file transfer stream between the
10 clients.
11
12 The currently active file transfer sessions can be seen by
13 giving the FILE command without arguments.
14
15 Commands:
16
17     SEND     <filepath> <nickname> [<local IP> [<local port>]]
18                                    [-no-listener]
19
20       Sends file transfer request to <nickname>.  This
21       makes the <filepath> available to <nickname>.
22
23       If the <local IP> is provided then the key exchange
24       protocol listener will be bound to that address.  If
25       <local port> is defined it is bound to that port. 
26       If they are not defined then the local IP address
27       of your machine is used to bind the listener.
28
29       If the -no-listener option is used the client does not
30       bind locally but assumes that the <nickname> will provide
31       the point of connect.  This is usefull when the sender
32       is behind NAT device.
33
34     ACCEPT  [<nickname>]
35
36       Accepts the file transfer request and starts the file
37       transfer session.  If the <nickname> is omitted the
38       last received request is used.
39
40     CLOSE    [<nickname>]
41
42       Closes the file transfer session, or rejects
43       file transfer request.  If this command is given
44       during the file transfer process it will be cancelled.
45