Hi Robert

This might be relevant
"|For those using PHP on Windows and IIS, you SHOULD set the "upload_tmp_dir" value in php.ini to some directory around where your websites directory is, create that directory, and then set the same permissions on it that you have set for your websites directory. Otherwise, when you upload a file and it goes into C:\WINDOWS\Temp, then you move it to your website directory, its permissions will NOT be set correctly."|
Hi

I have been having trouble with FTP reliability on an Windows / IIS
system we host.  I have created a PHP script to allow HTTP uploads
instead.  This works perfectly however when I point it to one of the ftp
users directories (I still want FTP access to these files) I cant copy
the uploaded file in.  I am sure this is a security issue as only Admin
and a specified user has access to each ftp folder.  How do I specify
the user that PHP scripts run as so that I can grant that user rights to
these ftp directories?

directories are like...

C:\Inetpub\ftproot\Localuser\username\
C:\Inetpub\ftproot\Localuser\username2\
C:\Inetpub\ftproot\Localuser\username3\

Thanks
Rob

_______________________________________________
NZ Borland Developers Group Offtopic mailing list
Post: [email protected]
Admin: http://delphi.org.nz/mailman/listinfo/offtopic
Unsubscribe: send an email to [email protected] with 
Subject: unsubscribe

_______________________________________________
NZ Borland Developers Group Offtopic mailing list
Post: [email protected]
Admin: http://delphi.org.nz/mailman/listinfo/offtopic
Unsubscribe: send an email to [email protected] with 
Subject: unsubscribe

Reply via email to