Hello,

There doesn't seem to be a way to fopen() with permissions.

Someone commenting on the PHP manual suggested writing a file via FTP (which
would allow me to specify a user name and password).

Is this a reasonable thing to do?  My plan is to create empty files via FTP,
and then fopen($thefile, "r")-ing from there (since I think that will be
faster than sending everything through an FTP server).

Any feedback is appreciated,

-- Charles Wiltgen


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to