Opened 3 years ago
Last modified 3 years ago
#3367 new patch
WebApi.add_torrents(): implement in-stream BitTorrent file uploading support
Reported by: | lalbornoz | 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)
Note: See
TracTickets for help on using
tickets.
Nota bene: based on <https://dev.deluge-torrent.org/ticket/2320>.