Search found 5 matches

by FltKll
Tue Oct 29, 2019 1:12 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: PHP FTP access on Managed VDS
Replies: 9
Views: 3428

Re: PHP FTP access on Managed VDS

Have you guys specified a passive port range in vsFTP?
pasv_max_port
pasv_min_port

Otherwise I'm just going to accept whitelisting the game server ip in the firewall tables, setting that php pasvip flag, and calling it a day :)
by FltKll
Thu Oct 24, 2019 9:55 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: PHP FTP access on Managed VDS
Replies: 9
Views: 3428

Re: PHP FTP access on Managed VDS

After a slug of bourbon and some more digging I think I found the problem. Hot NAT on NAT action, which PHP ftp doesn't necessarily play well with UNLESS you set this flag - FTP_USEPASVADDRESS - to false immediately before making the connection pasv. I tested it ONCE and my test script worked on the...
by FltKll
Thu Oct 24, 2019 8:19 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: PHP FTP access on Managed VDS
Replies: 9
Views: 3428

Re: PHP FTP access on Managed VDS

Just swinging back to this now. Dedicated, unmanged are fine, as stated before, as are other non-NFO servers I've tested. But - these Managed VDS's... appears you are running vsftpd right? When I throw an ftp_systype() at this I get: 500 OOPS: vsf_sysutil_bind - all other servers tested everywhere r...
by FltKll
Sat Sep 07, 2019 11:22 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: PHP FTP access on Managed VDS
Replies: 9
Views: 3428

Re: PHP FTP access on Managed VDS

The ftp_pasv command fails.

These are coming from a server outside your data center.
by FltKll
Tue Sep 03, 2019 2:03 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: PHP FTP access on Managed VDS
Replies: 9
Views: 3428

PHP FTP access on Managed VDS

I can't see any reason for this to fail other than some firewall or other hitch on the NFO side. Using basic PHP FTP calls: ftp_connect, ftp_login, ftp_pwd, ftp_pasv, and so on. Code works fine on publically available FTP test servers. Works perfectly fine on our Unmanged VDS with PureFTP installed....