Copy comics from "the-eye-eu" to my Google Drive

What is the problem you are having with rclone?

Im trying to figure out how to download files from the-eye.eu.
I tried "rclone lsd --user-agent eye02 --http-url Index of /public/Comics/ :http: -vv" and that shows the folders i want copy. But how do i copy to my remote?

Run the command 'rclone version' and share the full output of the command.

rclone v1.58.1

  • os/version: debian 11.4 (64 bit)
  • os/kernel: 5.10.0-16-amd64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.17.9
  • go/linking: static
  • go/tags: none

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
No

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg `rclone copy /tmp remote:tmp')

rclone lsd --user-agent eye02 --http-url https://the-eye.eu/public/Comics :http: -vv

You'd just run rclone copy and pick your remote at the end.

rclone copy --user-agent eye02 --http-url https://the-eye.eu/public/Comics :http: /Users/etexter/Downloads/t -v
2022/08/28 10:48:20 INFO  : G.I. Joe  Collection (1982-2016)/G.I. Joe  Collection (1982-2016).nfo: Copied (new)
2022/08/28 10:48:21 INFO  : Legion of Super-Heroes Collection (1973-2013)/Legion of Super-Heroes Collection (1973-2013).nfo: Copied (new)

Thank you!

rclone copy --drive-stop-on-upload-limit -v --tpslimit 1 --max-transfer 740G --user-agent eye02 --http-url Index of /public/Comics/ :http: -vv MYREMOTE:

Worked!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.