All Questions
3
questions
2
votes
1
answer
3k
views
Connect to FTP via VPN
I work from home and need to connect to an ftp server. The ftp server has my work IP whitelisted and cannot connect from home. I set up a VPN, with Smart VPN (OSx) and made the connection to the ...
1
vote
0
answers
2k
views
FTP directory listing fails in Cyberduck and FileZilla, but works on commandline
I'm trying to connect to an FTP server (running FileZilla 0.9.56b on Windows 7) using my Mac (running OS X 10.10). The server is directly connected to the Internet and configured to let the passive ...
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 ...