Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a always-updated download link #8400

Closed
cyberduck opened this issue Dec 6, 2014 · 1 comment
Closed

Provide a always-updated download link #8400

cyberduck opened this issue Dec 6, 2014 · 1 comment

Comments

@cyberduck
Copy link
Collaborator

0677617 created the issue

Hi,

I've developed an "automated download & install" website (like Ninite for Mac) that uses the official download link of the software and I'd like to use an always-updated download link like other software developers do.

If you go to: http://download.mozilla.org/?product=firefox-latest&os=osx&lang=en-US this link downloads the latest Firefox version. Cyberduck should provide a download link like: https://update.cyberduck.io/latest that redirects to the latest .zip

This allows developers like I to provide your software updated to users.

Please, give it a peek ;)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

$ curl -I https://update.cyberduck.io/windows/latest
HTTP/1.1 302 Found
Date: Sat, 06 Dec 2014 14:21:53 GMT
Server: Apache/2.2.29 (Amazon) DAV/2 PHP/5.3.29 mod_ssl/2.2.29 OpenSSL/1.0.1j-fips SVN/1.8.10 mod_wsgi/3.2 Python/2.6.9
Location: https://update.cyberduck.io/windows/Cyberduck-Installer-4.6.exe
Cache-Control: max-age=2592000
Expires: Mon, 05 Jan 2015 14:21:53 GMT
Connection: close
Content-Type: text/html; charset=iso-8859-1

$ curl -I https://update.cyberduck.io/mac/latest
HTTP/1.1 302 Found
Date: Sat, 06 Dec 2014 14:21:57 GMT
Server: Apache/2.2.29 (Amazon) DAV/2 PHP/5.3.29 mod_ssl/2.2.29 OpenSSL/1.0.1j-fips SVN/1.8.10 mod_wsgi/3.2 Python/2.6.9
Location: https://update.cyberduck.io/Cyberduck-4.6.zip
Cache-Control: max-age=2592000
Expires: Mon, 05 Jan 2015 14:21:57 GMT
Connection: close
Content-Type: text/html; charset=iso-8859-1

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants