1
I am using Filezilla. Follow the error when trying to delete a folder:
Answer: 550 Could not delete 33: Invalid argument
I followed a tutorial for uploading images, the difference is that I created a folder with the user id and inside it there are the images that he uploaded.
On FTP, I set the main image directory permission to 777
One should do something to set the creation of the folder as readable and deletable via code, right? The example code created on the server folders that cannot be deleted nor seen.
paste this code into php, what do I do now? came out an array with name, password, uid etc
– carlos
checks if the user name of this array is the same user you are logging into ftp
– Rodrigo Dias