1 Transmission Resume Files
Mike Gelfand edited this page 2016-09-03 16:36:48 +03:00

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

Filename: <torrent file name>.<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

Constants

Maximum number of remembered peersMAX_REMEMBERED_PEERS200