@SYNTAX:file@ This command is used to tranfer files between clients. The actual file transfer stream is sent outside SILC network peer to peer between the clients. Before the file transfer begins the SILC Key Exchange protocol is performed between the two clients to exchange key material. This key material is then used to secure the file transfer stream between the clients. The currently active file transfer sessions can be seen by giving the FILE command without arguments. Commands: SEND [ []] Sends file transfer request to . This makes the available to . If the is provided then the key exchange protocol listener will be bound to that address. If 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 is assumed to provide the listener. If you do not know whether you need to provide or not, do not provide it. RECEIVE [] Accepts the file transfer request and starts the file transfer session. If the is omitted the last received request is used. CLOSE [] Closes the file transfer session, or rejects file transfer request. If this command is given during the file transfer process it will be cancelled.