How to automatically download confirmations from EQSL.CC? #2240
-
LOTW does it perfectly by itself on the crown, but eqsl always has to be in manual mode, can this action be automated somehow? At least every 15 minutes? PS my log works in conjunction with GridTracker - and it probably (or Cloudlog) throws the connections made outside, but it has to be returned manually, what would you advise? de UD3AYQ |
Beta Was this translation helpful? Give feedback.
Answered by
AndreasK79
Jul 8, 2023
Replies: 1 comment 1 reply
-
Hi, a cron job was added a little while back for this purpose: Upload/download QSOs to/from Eqsl (ignore cron job if this integration is not required)9 */6 * * * curl --silent https:///index.php/eqsl/sync &>/dev/null |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AndreasK79
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, a cron job was added a little while back for this purpose:
Upload/download QSOs to/from Eqsl (ignore cron job if this integration is not required)
9 */6 * * * curl --silent https:///index.php/eqsl/sync &>/dev/null