Ubuntu – Permission denied when using FTP & filezilla

ftppermissions

I'm using Ubuntu with open game panel

When I use FTP in filezilla and try to upload a file I get:

553: Permission denied

In full:

Command:    CWD /
Response:   250 OK. Current directory is /
Command:    PWD
Response:   257 "/" is your current location
Command:    TYPE I
Response:   200 TYPE is now 8-bit binary
Command:    PASV
Response:   227 Entering Passive Mode (178,238,228,40,212,152)
Command:    STOR minecraft_server.jar
Response:   553 Can't open that file: Permission denied
Error:  Critical file transfer error

Best Answer

I am not familiar with open game panel, however the error (553 Permission Denied) is related to FTP.

It means that you don't have write permission on the directory/folder you are attempting to write to.

Make sure that the username you are logged in through in FTP has write/edit permissions on the directory/folder you are uploading to.