Opened 5 years ago
Last modified 5 years ago
#3367 new patch
WebApi.add_torrents(): implement in-stream BitTorrent file uploading support
Reported by: | Lucio Andrés Illanes Albornoz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | needs verified |
Component: | Web UI | Version: | 2.0.0 |
Keywords: | add_torrents uploading | Cc: |
Description
Presently, WebApi.add_torrents() implicitly expects of BitTorrent files that are to be added that they be present on the remote Deluge host. The patch enclosed allows BitTorrent data to be passed in-stream via the data parameter.
Attachments (1)
Change History (2)
comment:1 by , 5 years ago
by , 5 years ago
Attachment: | deluge-2.0.3+add_torrents_instream.patch added |
---|
Note:
See TracTickets
for help on using tickets.
Nota bene: based on <https://dev.deluge-torrent.org/ticket/2320>.