tango4567 / solutions

Here I am adding lots of different stuff. This is the collection of problems with their solutions. Most important please share good vibes and correct me if you found anything wrong here. Thanks in advance.
Apache License 2.0
5 stars 0 forks source link

FTP 550: Permission Denied #63

Closed tango4567 closed 11 months ago

tango4567 commented 11 months ago

Installing Fillezilla in ubuntu to access ftp server for convenience.

sudo apt-get update
sudo apt-get install filezilla
apt-cache search filezilla

While I'm trying to perform create, write, update and delete operation using Filezilla it shows error FTP 550: Permission Denied.

tango4567 commented 11 months ago

I found that folder is having only read permission chmod ugo=rwx tempFolder it's not a great idea to perform such kind of command but for timing I did it and completed my work and reverted back to chmod ugo=r tempFolder