Private
torrentPrivate
torrentsPrivate
webDownloads and decrypts the files associated with magnetURI
. For the
download operation to succeed, the peer offering the file must
maintain their offer until the downloading peer has finished downloading
the data.
An array of downloaded files.
A string that was returned by offer
.
The password to decrypt the files with. Must be the same
as the password
parameter that was provided to the offer
call that produced magnetURI
.
Private
getMakes a list of files available to others to download.
The torrent magnet
URI
that peers can use to download the offered file with download
.
Rescinds a file offer that was made by offer
.
Private
saveGenerated using TypeDoc
General-purpose cleanup method for when this
FileTransfer
instance is no longer needed.