ftp error 553 Requested action not taken. File name not allowed.
it basically means the user does not have write permissions to directory your viewing .
on linux you would want to login into ssh with superuser .. and change the ownership of the diretory
chown uer | directory
take out the | when using the above syntax
