FileControl
Description:
public enum FileControl
Content:
Enum values:
- CANCEL - Sent by the receiving side to
reject a file send request before any other commands are sent. Also sent by either side to terminate a file transfer.
- PAUSE - Sent by clients to pause the file
transfer. The initial state of a file transfer is always paused on the receiving side and running on the sending side. If both the
sending and receiving side pause the transfer, then both need to send
FileControl.RESUME for the transfer to resume.
- RESUME - Sent by the receiving side to
accept a file send request. Also sent after a FileControl.PAUSE command
to continue sending or receiving.