Re: [PHP] FTP

2001-10-02 Thread Chesley A Windon
I'm trying to upload some files using PHP, but I'm limited to small files of 1Mb or a little more and I don't know why. Could anyone please help me with this? This is the message I get: Warning: error opening none in /home/proj/sapens/public_html/f1_material.php on line 51 By default

[PHP] Re: ftp in PHP4

2001-09-22 Thread Chesley A. Windon
Since my original post, the status has changed but let me recap... The file /home/windon/somefile did have permissions set to have anyone read it, but I never checked the permissions on the /home/windon directory. This has since been corrected. Next I was getting a permission denied error,

[PHP] ftp in PHP4

2001-09-17 Thread Chesley A Windon
I need to have web based ftp capabilities for a site I am working on. My development server is running RedHat 7.1 and php-4.0.4, and I did compile php with the --enable-ftp switch. After reading the docs at php.net, I found a canned script (http://www.php.net/manual/en/ref.ftp.php) that I