I'm currently migrating some PHP from a win2k server to FC3.. Most things are working with little to no revision. However, I have encountered a problem. Here is the situation:
I have a page where an image is uploaded, along with some other info. These get passed to another page. This page moves the uploaded file into a directory named cache. Some other files are created and also placed in this directory. Then an FTP connection is opened and the files are sent there. Here the script fails and i don't understand why. The connection status initially returns true, so it has connected. But once I actually try to send files, the connection reports that it has failed. Any idea why??
Note: The files get uploaded moved and created properly. I tried chmod 755 cache, in case it was a permissions issue but it didn't seem to make a difference.