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
I think the problem is the path inside the ftp location($ruta_remote). You should check the following:
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.