- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ftp problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 07:18 AM
07-25-2001 07:18 AM
I am using HP-ux 11.00 on hp-9000 Server
The problem is the FTP server is working fine if i am in root user. For other user i am getting following error.
ftp: Permission denied
Plw. give me a soloution.
Regards
Michael
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 07:24 AM
07-25-2001 07:24 AM
Re: ftp problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 07:25 AM
07-25-2001 07:25 AM
Re: ftp problem
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x508e0559ff7cd4118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xcd11a24d9abcd4118fef0090279cd0f9,00.html
http://docs.hp.com/hpux/onlinedocs/B2355-90147/00/00/16-con.html
for ftp restriction
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 07:25 AM
07-25-2001 07:25 AM
Re: ftp problem
You might need to add users to the /etc/ftpd/ftpusers file to allow them ftp access. You can read up on it through:
man 4 ftpusers
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 08:10 AM
07-25-2001 08:10 AM
Re: ftp problem
my /etc/ftpd/ftpusers file is empty.
I am not a UNIX Administrator.
pls. give some gudelines to do this setup.
regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 09:05 AM
07-25-2001 09:05 AM
Re: ftp problem
As Bill said above. Maybe all you need to do is create a new file named shells in /etc.
as root
# vi /etc/shells
add these lines
/sbin/sh
/usr/bin/ksh
/usr/bin/sh
/usr/bin/csh
/sbin/ksh
/bin/sh
/bin/ksh
Please add anyother shell that your users use.
later
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 12:02 PM
07-25-2001 12:02 PM
Re: ftp problem
First, I would check on what Bill has posted about the /etc/shells. Ensure your users shell is in the file.
Second, John's post was incorrect. The ftpusers file is used to restrict user from ftp, not allow them to ftp. If you want all users to be able to ftp, this file should be empty. The user being listed in this file could be your problem.
Third, have you tried to telnet to the system? Does that work? Is the access denied isolated to ftp?
Hope this gets you in the ballpark.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2001 12:09 PM
07-25-2001 12:09 PM
Re: ftp problem
;-)
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 12:29 AM
07-26-2001 12:29 AM
Re: ftp problem
I created the following file
# vi /etc/shells
add these lines
/sbin/sh
/usr/bin/ksh
/usr/bin/sh
/usr/bin/csh
/sbin/ksh
/bin/sh
/bin/ksh
but FTP is not working and if I try at telnet i am getting the followings
# telnet returns telnet prompt
telnet>
If i open telnet i.e
telnet> open 192.168.3.34
telnet: tcp/telnet: unknown service
if i try the following
$ telnet 192.168.30.14
telnet: tcp/telnet: unknown service
UNIX Gurus pls. help me.
Thanks in advance
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 05:59 AM
07-26-2001 05:59 AM
Re: ftp problem
Is the HP 9000 the FTP server or are you attempting to ftp to a different system?
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 06:14 AM
07-26-2001 06:14 AM
Re: ftp problem
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 06:25 AM
07-26-2001 06:25 AM
Re: ftp problem
I am trying to ftp other system.
From the root user I am able to ftp or telnet to the other system.
Thanks & regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 06:38 AM
07-26-2001 06:38 AM
Re: ftp problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 06:58 AM
07-26-2001 06:58 AM
Re: ftp problem
I am trying to ftp to PDA. In PDA I installed FTP server and it is working fine. From root user I ftp to the PDA it is working fine. From the user name called ORACLE,it is not working.
Fine, Can I change oracle user to root user programatically If possible how. This will solve my current necessary.
Thanks
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2001 07:39 AM
07-26-2001 07:39 AM
Re: ftp problem
Mr.Joseph C. Denman its starts working after i changed the mode 444
Thanks
Michael