I currently use the following flow to extract data collected on a data volume attached to my fly app:
Open Windows Powershell and navigate to directory fly ssh sftp shell get file.sqlite local_path.sqlite exit
I want to automate this in R. I have tried using the ssh package. But when I run ssh_connect(fly@app_name) I get: Error: libssh failure at ‘connect’: Socket error: disconnected