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!
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.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.