Report this

What is the reason for this report?

PHP ftp_connect() can't establish a connection

Posted on September 24, 2022

Hi, I’m trying to establish a connection to digitalocean droplet from localhost to do ftp functions using PHP script but it is failing. Does digitalocean servers allow connecting from a remote script or i’m missing something? Your assistance will be much appreciated. See the code I’m using below:

// my ftp server $ftp_server = “159.203.186.99”;

// connect to FTP server $ftp_conn = ftp_connect($ftp_server) or die(“Could not connect”);



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello @samunyi90

Are you able to connect via FTP using an FTP client like FileZilla? Also if you’re running custom Firewalls rules, make sure to whitelist the IP from which the connection is established.

Regards

Hi @samunyi90,

Yes, DigitalOcean servers do allow connecting from a remote script/host. I would assume the issue lies somewhere else. The best thing you can do is to check your DigitalOcean Droplet’s logs and see the reason behind the failure.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.