Skip to content

Instantly share code, notes, and snippets.

@simon987
Last active February 10, 2023 23:03
Show Gist options
  • Save simon987/7aff5ca3e9ae6c755055ca7b350ef9f8 to your computer and use it in GitHub Desktop.
Save simon987/7aff5ca3e9ae6c755055ca7b350ef9f8 to your computer and use it in GitHub Desktop.
Get size of http directory listing
RCLONE_CONFIG_ZZ_TYPE=http RCLONE_CONFIG_ZZ_URL=http://link.to.open.directory/here/ 
rclone size zz:

Replace http://link.to.open.directory/here/ and rclone will attempt to get the entire size of the directory.

@fieu
Copy link

fieu commented Oct 16, 2018

Oh hey my post. Nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment