Operating System - HP-UX
1821063 Members
2586 Online
109631 Solutions
New Discussion юеВ

Re: Permissions not set correctly with FTP

 
Darrel Louis
Honored Contributor

Permissions not set correctly with FTP

Hi,

I've one server where the permissions on the uploaded files aren't set correctly. Have others where the same config works.

I've the following set in /etc/ftpd/ftpaccess:
upload /app/dngra/powercenter/7.1.1/server/SrcFiles / yes oracle dngra 0666

guestgroup ftpngr

The user used during test is a member of ftpngr.

220 FTP server ready.
User (10.124.24.89:(none)): test
331 Password required for test.
Password:
230 User test logged in. Access restrictions apply.

Are there some checks or test I can perform?

Double checked my config, used doc below as a reference:
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079998778

Thanx

Darrel Louis
3 REPLIES 3
Sanjay_6
Honored Contributor

Re: Permissions not set correctly with FTP

Hi Darrel,

What is the OS version.

also, did you try,

realgroup ftpngr

in place of

guestgroup ftpngr

Hope this helps.

regds
Darrel Louis
Honored Contributor

Re: Permissions not set correctly with FTP

Hi,

I've seen to have solve the problem.
I've changed the following in my ftpaccess file.

upload /app/dngra/powercenter/7.1.1/server * yes oracle dngra 0666

Now the permissions are set correctly.

Thanx

Darrel Louis
Darrel Louis
Honored Contributor

Re: Permissions not set correctly with FTP

Thanx