Re: [PHP] ftp_chmod

2006-08-15 Thread tedd
At 1:20 PM -0400 8/15/06, John Nichel wrote: tedd wrote: Before php 5, how did you guys handle ftp_chmod? Oh, I'd probably try the code outlined in the user contributed section of the ftp_chmod manual page. Bingo ! Who would have thought exactly what I wanted was where I should have looked

Re: [PHP] ftp_chmod

2006-08-15 Thread John Nichel
tedd wrote: Hi gang: Before php 5, how did you guys handle ftp_chmod? Oh, I'd probably try the code outlined in the user contributed section of the ftp_chmod manual page. Keep in mind: a) I'm working on a shared host; b) I'm trying to change permissions via php 4; c) because of (a) (I thi

[PHP] ftp_chmod

2006-08-15 Thread tedd
Hi gang: Before php 5, how did you guys handle ftp_chmod? Keep in mind: a) I'm working on a shared host; b) I'm trying to change permissions via php 4; c) because of (a) (I think) functions such as chmod() don't work; d) and lastly, any references/code on how to manage files (i.e., delete fil