wakatime / wakatime-cli

Command line interface used by all WakaTime text editor plugins
https://wakatime.com/plugins
BSD 3-Clause "New" or "Revised" License
277 stars 41 forks source link

Download remote file using fallback #931

Closed gandarez closed 1 year ago

gandarez commented 1 year ago

This PR adds a fallback to download a remote file if the native way fails. It basically runs scp command and tries to download the file using the machine's ssh executable.

ref #658