Skip to content

Instantly share code, notes, and snippets.

@rakesh-sankar
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rakesh-sankar/3870d91f5ccb94c4ba9d to your computer and use it in GitHub Desktop.
Save rakesh-sankar/3870d91f5ccb94c4ba9d to your computer and use it in GitHub Desktop.
Download basecamphq files via wget

An easy way to download basecamphq files via command line or wget

wget https://yoursite.basecamphq.com/.../path/to/file --no-check-certificate --http-user={your username} --http-password={your password}

# make sure to update the username and the password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment