All Questions
1
question
1
vote
0
answers
2k
views
SCP and SSH connect, but FileZilla and CyberDuck can't
I'm on a Mac. I'm trying to connect to a remote Ubuntu server.
I can successfully connect to it using ssh and scp commands in the shell. For example:
$ scp -i ~/Projects/keys/foo.pem foo_config.ini ...