TorrServer icon indicating copy to clipboard operation
TorrServer copied to clipboard

HTTPfs to download any content with wget or curl

Open rudolf1 opened this issue 1 year ago • 1 comments

Aim of pull request:

  • Allow to download all torrent content partially via web browser
  • Also, download fully with wget, curl, rclone. For example: wget -r -np -nH http:///httpfs/
  • (did not tested yet) Mount as linux folder, docker volume. I know rclone allows it. Possibly exists more simple solution.

rudolf1 avatar Sep 28 '24 19:09 rudolf1

Thanks for this feature. Its working fine with web browser but rclone mount is only showing folders, not files.

Details:

Web Browser: Working fine, able to download files. image

Rclone Mount: Only folders are visible, files are missing. mount command: rclone mount "torrfs:" fs http endpoint: http://ip/httpfs Folder Listing:

i@i: ~/fs
$ ls -rlt proxmox-ve_8.2-2.iso
total 0

ddonindia avatar Oct 15 '24 15:10 ddonindia

Not a necessary add-on. It is better to make a script for downloading everything or a separate client

YouROK avatar Feb 28 '25 18:02 YouROK