|
Posted by frizzle on 04/06/06 00:40
Jerry Stuckle wrote:
> Gary L. Burnore wrote:
> > On Wed, 05 Apr 2006 07:55:14 -0500, Jerry Stuckle
> > <jstucklex@attglobal.net> wrote:
> > .
> >
> >>>>Standard (DW created files/dirs) have user 'domainname', permissions
> >>>>'rwx r-x r-x ',
> >>>>Ftp app uploaded (with chmod 777) have user 'apache', permissions 'rw-
> >>>>--- --- '
> >>>>
> >>>>Frizzle.
> >>>
> >>>
> >>>Is there a possibility to upload files via PHP without Chmodding, and
> >>>keep the same group / permissions on uploaded files as those uploaded
> >>>with, say, DreamWeaver or WS_FTP ?
> >>>
> >>>Frizzle.
> >>>
> >>>(E.g. with ftp_put() wich i can't seem to get working.)
> >>>
> >>
> >>Only if you can ftp in as the web server.
> >
> >
> > It depends on the ftp server, actually. Our ftp server correctly sets
> > the permissions for you when you push. Seems your ISP has something
> > set incorrectly.
> >
>
> No, he was asking how to upload files with PHP - not with FTP.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstucklex@attglobal.net
> ==================
Sorry, kind of lost it here; is it possible to FTP via PHP w/o any
chmodding etc.
So i could mail a zipfile to a client, tell them to unpack it and
upload it, and
have the upload script up and running ... ?
Frizzle.
[Back to original message]
|