updates.
[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>
18
19       Sends file transfer request to <nickname>.  This
20       makes the <filepath> available to <nickname>.
21
22     RECEIVE    [<nickname>]
23
24       Accepts the file transfer request and starts
25       the file transfer session.  If the <nickname> is
26       omitted the last received request is used.
27
28     CLOSE      [<nickname>]
29
30       Closes the file transfer session, or rejects
31       file transfer request.  If this command is given
32       during the file transfer process it will be cancelled.
33
34