--- Marek Kilimajer <[EMAIL PROTECTED]> wrote:
> Yes, it will get rid of the permission problems.
>
> Example of creating a directory:
>
> $fp=ftp_connect('localhost');
> if(ftp_login($fp, $ftpuser, $ftppass)) {
> if(ftp_mkdir($fp, $ftpbasedir .'members/'.$iid)) {
> /*if(!ftp_site($fp, 'ch
Yes, it will get rid of the permission problems.
Example of creating a directory:
$fp=ftp_connect('localhost');
if(ftp_login($fp, $ftpuser, $ftppass)) {
if(ftp_mkdir($fp, $ftpbasedir .'members/'.$iid)) {
/*if(!ftp_site($fp, 'chmod 0777 '.$ftpbasedir .'members/'.$iid))
die('Could not change perm
--- Marek Kilimajer <[EMAIL PROTECTED]> wrote:
> Optionaly you can use ftp functions to create files
> and directories.
Will that get rid of the parmission's problem? Can you
explain a little?
__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site d
Optionaly you can use ftp functions to create files and directories.
Stratis Aftousmis wrote:
--- Marek Kilimajer <[EMAIL PROTECTED]> wrote:
Do you have shell access(ssh)? You can use that.
Other way is to ask
your ISP to change the parmissions or to enable
chmod command.
I had a feeling i mi
--- Marek Kilimajer <[EMAIL PROTECTED]> wrote:
> Do you have shell access(ssh)? You can use that.
> Other way is to ask
> your ISP to change the parmissions or to enable
> chmod command.
I had a feeling i might have to ask my ISP, they seem
cool they might do it,
unless there is a security con
Do you have shell access(ssh)? You can use that. Other way is to ask
your ISP to change the parmissions or to enable chmod command.
stratis Aftousmis wrote:
Hello, i will be a succinct as possible. I downloaded a php script (a
chatbox) for my web page. The web page is from my ISP, 15Mb space, y
6 matches
Mail list logo