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?