1. nobicycle
  2. General
  3. Wednesday, April 24 2019, 02:28 PM
Hi,

How do you inform customers about updates to all your products?

Yes I know there are auto updates in Joomla itself, but I am speaking about customers.

I believe the best way I've seen is to provide a url listing product+version.
Currently you have that url but it is behind the login page, which is no good for scripts.

I tried CLI login how to login from the command line using

curl --user 'user:pass' 'https://www.easy-profile.com/sign-in.html' -v

but it didn't work (any idea why?)

So how about a product+version url or help me with CLI login?

Thanks
Accepted Answer
admin Accepted Answer
Admin
Hi,
you can use the link of each product from the our download area and append "dlcode" parameter, for example to download our free version the link will be https://www.easy-profile.com/download-file/easy-profile-free/download.html?dlcode=HERE_YOUR_DOWNLOAD_ID
  1. more than a month ago
  2. General
  3. # Permalink
admin Accepted Answer
Admin
Hi,
you can use this URL to download automatically updates: http://www.easy-profile.com/update.php?t=pro&dlcode=HERE_YOUR_DOWNLOAD_ID

NOTE: this may not works with CURL die to our firewall (it require a valid HTTP_USER_AGENT)
  1. more than a month ago
  2. General
  3. # 1
nobicycle Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
Hi, try with this:
curl "https://www.easy-profile.com/download-file/easy-profile-pro/download.html?dlcode=HERE_YOUR_DOWNLOAD_ID" -o "ep.zip"
  1. more than a month ago
  2. General
  3. # 3
nobicycle Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.