When I upload a file using ftp_put() with the same name as an existing file I get an error

ftp_put(): Overwrite permission denied in...

I have logged in using the same username and password as that that created the folder on the ftp site. How do I have the ftp_put() set the permission so as I can overwrite a file.

Can anybody please help?

    Write a Reply...