Permission Denied to transfer files

Hi,

I got a problem about new user that will be used by another system to transfer files. It threw back with error as below.

ftp> put pom.txt
200 PORT command successful.
553 pom.txt: Permission denied.

I'm not sure that's because the destination directory was created by another user. How should I do? Please suggest me :frowning:

Ex
Destination directory was created by user A
Files was transfered by user B

Thanks

make sure, the user A has given necessary permission to the folder.

check for the groups and others permission

1 Like

I've just checked the floder's permission and as you said it doesn't allow write mode
:frowning:

I changed mode to 777 and it works right now.

Thank youitkamaraj :slight_smile: