how to delete some file from ftp server, i access the file on the server, but on deletion it give mee the error,
acess denied to delete the file
you have no the rights to delete...
in that case, open the server with ftp, and write this
chmod 0644 filename_here
that might chacnge that.
You can't just do things in any files, u need permission first so first set permission on those files and folders to make changes like read write update delete. for changing mod u have command chmod 0777 which gives permission to do any thing
You can just do things in any files, u need permission first so first set permission on those files and folders to make changes like read write update delete. for changing mod u have command chmod 0777 which gives permission to do any thing