@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 [ []] [-no-listener] 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 the -no-listener option is used the client does not bind locally but assumes that the will provide the point of connect. This is usefull when the sender is behind NAT device. ACCEPT [] 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.