Please fix it.
Thanks,
Andi
At 02:54 AM 1/27/2003 +0000, Sara Golemon wrote:
+ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename) +{ + char buffer[1024]; + + if (ftp == NULL) { + return 0; + } + + sprintf(buffer, "CHMOD %o %s", mode, filename);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php