THE BORE

General => The Superdeep Borehole => Topic started by: GilloD on June 08, 2009, 02:32:11 PM

Title: Another question for Comp U D00ds: Would having different user groups f up PHP?
Post by: GilloD on June 08, 2009, 02:32:11 PM
Here's the rub:

Our e-commerce software should FTP order/customer CSVs to our ERP. However, the FTP functionality only works maybe 10% of the time. 40% it'll send one or the other file. 50% it just flunks completely. I tried FTP'ing to 2 different servers, same problem.

The only thing I can see is that on the E-commerce server, the export directory is 48/48, where everything else is 501/501. Would that fuck up a program using PHP FTP funcs? Or am I barking up the wrong tree?
Title: Re: Another question for Comp U D00ds: Would having different user groups f up PHP?
Post by: Ecrofirt on June 08, 2009, 03:26:51 PM
The FTP servers don't require passive FTP or anything, do they?
Title: Re: Another question for Comp U D00ds: Would having different user groups f up PHP?
Post by: GilloD on June 08, 2009, 03:32:43 PM
The FTP servers don't require passive FTP or anything, do they?

Explain.
Title: Re: Another question for Comp U D00ds: Would having different user groups f up PHP?
Post by: Ecrofirt on June 08, 2009, 03:34:37 PM
I wish I could explain better, but:
http://slacksite.com/other/ftp.html
Title: Re: Another question for Comp U D00ds: Would having different user groups f up PHP?
Post by: GilloD on June 08, 2009, 04:09:42 PM
In that case, No, they don't.