Hello,
I have a very interesting problem and it is driving me crazy. I am using a PHP form to upload images to my FTP server and I am having problem viewing the uploaded file via FTP. I can see the uploaded file with browser (IE) or via Telnet, but somehow FTP program will not see the files. I have tried connecting in both, pasive and active mode and it did not make difference. The folder where the files are located has 777 mode.
Any help will be greately appreciated.
Rob
SOLVED using: chmod("/somedir/somefile", 0755);