• 2 Posts
  • 723 Comments
Joined 2 years ago
cake
Cake day: July 18th, 2023

help-circle
  • in your shoes: i would switch to different connection method to see if it’s curl that’s causing your problem. ssh w sshfs would be the easiest switch since it doesn’t required you to modify the ftp server, other than to install the ssh server.

    if it’s connects, then you know that curl is your culprit and you can further narrow down the problem; or just stick w ssh.

    if it doesn’t connect, then you know that curl is probably okay and that your problem is elsewhere.