1833589 Members
4337 Online
110061 Solutions
New Discussion

Re: ftp on hp11.0

 
SOLVED
Go to solution
Hanry Zhou
Super Advisor

ftp on hp11.0

I have setup ftp accounts no problem by using ftpaccess, however, the problem is when I need to remove a file, I got permission denied message. The file has "640" on it, and owned by the ftp login id.

What I need to do to fix?

ftp> delete a_file_name
553 passwd: Permission denied. (Delete)
ftp>

thanks,
none
1 REPLY 1
Helen French
Honored Contributor
Solution

Re: ftp on hp11.0

One possible solution:

Edit the file /etc/ftpd/ftpaccess and search for the line starts with "delete" and replace a "no" on that line with "yes". Actually these lines determines the permission and the operation of each commands you give in the ftp session.
Life is a promise, fulfill it!