1
2
3
4
5
6
7
8
9
10
11
12 | sudo curlftpfs -v -o ssl,allow_other,cacert=/home/admin/cert example.com /home/admin/website Hangs at: * Hostname was NOT found in DNS cache * Trying 192.168.123.4... * Connecting to 192.168.123.4 (x.x.x.x) port 34897 ... then eventually outputs: * connect to 192.168.123.4 port 21 failed: Connection timed out * Failed to connect to example.example.com port 21: Connection timed out |