Back to Transmission

Transmission Resume Files

docs/Transmission-Resume-Files.md

4.1.11.6 KB
Original Source

Transmission keeps working information on each torrent in a "resume" file. This file is stored in the 'resume' directory.

Filename: <hash?>.resume

The file contains the following per-torrent properties:

PropertyDescription
activity_dateDate we last uploaded/downloaded a piece of data
added_dateDate torrent was added
corrupttotal number of corrupt bytes downloaded
done_dateDate torrent finished downloading
destinationDownload directory
dndDo not download file integer list (one item per file in torrent) 0=download, 1=dnd
downloadedTotal non-corrupt bytes downloaded
incomplete_dirLocation of incomplete torrent files
max_peersMaximum number of connected peers
pausedtrue if torrent is paused
peers2IPv4 peers
peers2_6IPv6 peers
prioritylist of file download priorities (one item per file in torrent),
each value is -1 (low), 0 (std), +1 (high)
bandwidth_priority
progress
speed-limit
speed_limit_upTorrent upload speed limit
speed_limit_downTorrent download speed limit
ratio_limitTorrent file limit
uploaded
speed
use_global_speed_limit
use_speed_limit
down-speed
down-mode
up-speed
up-mode
ratio_mode
mtimes
bitfield

The file format is bencoding, as described in bep_0003.

Constants

| Maximum number of remembered peers | MAX_REMEMBERED_PEERS | 200 |