This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Nothing against wget, but rclone IMO is better because it can handle both downloading and uploading.
For HTTP and FTP directories (the majority of the open directories that are posted on this sub), you can use rclone rather than wget if you want to download the entire directory (or tree it, check its total size, etc.)
rclone lsd --http-url [DIRECTORY URL] :http:
to list the root directories
rclone copy -P --http-url [DIRECTORY URL] :http: /path/to/local/folder
to download the entire directory (and display progress) to your local machine.
You can also use rclone to grab from public Google Drive links, or even copy Drive to Drive!
HTTP: https://rclone.org/http/#usage-without-a-config-file
FTP: https://rclone.org/ftp/#usage-without-a-config-file
Subreddit
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/opendirecto...