skip to Main Content

Im having an issue trying to upload files from everywhere in my pc to a filezilla server.
I use a php code to upload files connecting to my filezilla server but i cant do it bc i always receive an message of:

Failed to open stream: No such file or directory.

Im trying to upload files to a Filezilla server from anywhere in my computer whithout any problems.

2

Answers


  1. I think the problem is the path inside the ftp location($ruta_remote). You should check the following:

    • path is correct
    • path is accessible
    Login or Signup to reply.
  2. I would suggest you double check that all of your $ftp_ variable are correct – is the url correct? is your path correct? should it be ‘/html/pruebas/’ or something like ‘/customerid#xyz/html/pruebas’. I would try to reach out to Filezilla’s server support (or wherever the files are hosted) to get your correct details. It’s just a place to start with for you.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search