right in script.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bob Bedford

    right in script.

    I'll explain:

    I've a FTP account wich is used to upload files to a dir.

    My PHP script must change the size of the file, but I've access denied.

    So apparently my script doesn't have the rights. I've tried to chmod 0777
    but I even have no rights to do so.

    So, what can I do ??? may I change user for the script, how ?
    may I change anything else. What and how.

    Bob


  • Mick Sharpe

    #2
    Re: right in script.

    Your script may need access rights to the directory that contains the file


    Comment

    • Bob Bedford

      #3
      Re: right in script.

      "Mick Sharpe" <mick.sharpe@bt internet.com> a écrit dans le message de news:
      d6t1ma$h36$1@nw rdmz03.dmz.ncs. ea.ibs-infra.bt.com...[color=blue]
      > Your script may need access rights to the directory that contains the file
      >[/color]
      The dir has 0777 rights.


      Comment

      Working...