2.6.3.4. Error 550 Permission denied
While working with FTP you may encounter an error "550 Permission denied" or "550 Operation not permitted", which indicates the lack of rights to perform the operation.
This problem occurs due to the execution of a file download (most often the commands STOR
, RMD
, APPE
) to hosting within the user for which the mode is set only for reading... To eliminate the error, you should either use another FTP-user or disable mode only for reading.
If an error occurs when trying to write to a directory lib
or etc
located in the root access directory by FTP, then its reason is that writing to these directories, if they are located at the root, is prohibited by the settings FTP (asource). Solution - Change access directory so that directories lib
and etc
in the end were not at the root.