- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- why I can't ftp into host
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
09-20-2004 03:32 PM
09-20-2004 03:32 PM
why I can't ftp into host
what can I do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 03:37 PM
09-20-2004 03:37 PM
Re: why I can't ftp into host
Do you have the ftp daemon configured in your inetd.conf file?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 04:09 PM
09-20-2004 04:09 PM
Re: why I can't ftp into host
Edit /etc/inetd.conf
Be sure ftpd is allowed. Uncomment the ftpd line if commented.
"ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l"
And then try /etc/inetd -c to restart inetd
IF SSH installed try using sftp, It is secure, flexible and has more option than the conventional FTP.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 04:33 PM
09-20-2004 04:33 PM
Re: why I can't ftp into host
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l
Else put this and reconfigure inetd as inetd -c
Another reason may be, some time your user may be blocked on /etc/inetd.sec file
Check there too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 05:11 PM
09-20-2004 05:11 PM
Re: why I can't ftp into host
uncommented.
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -u 006
in /etc/services see the following lines are uncommented.
ftp-data 20/tcp # File Transfer Protocol (Data)
ftp 21/tcp # File Transfer Protocol (Control)
check the /etc/ftpd/ftpusers file is existing or not,if yes remove the entry for the ftpuser name you want from file
after editing the inetd.conf or services file
/sbin/init.d/inetd stop
/sbin/init.d/inetd start
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 05:25 PM
09-20-2004 05:25 PM
Re: why I can't ftp into host
see /var/adm/inetd.sec file for that ftp is restricted to some users.
see man page of inetd.sec for more setails.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 01:41 AM
09-21-2004 01:41 AM
Re: why I can't ftp into host
Also check /etc/shells. Make sure the login shell for the account you are using is listed in this file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 06:06 PM
09-21-2004 06:06 PM
Re: why I can't ftp into host
/JB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 07:59 PM
09-21-2004 07:59 PM
Re: why I can't ftp into host
I used the user"settle" to ftp ,but failed.
I modified passwd of the "settle" but ftp still failed.
Then I add a new user such as ftp-tset, and the ftp is ok whit this user .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 02:22 AM
09-22-2004 02:22 AM
Re: why I can't ftp into host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 04:36 AM
09-22-2004 04:36 AM
Re: why I can't ftp into host
Check the entries in this file. Remove user whichever you want to use ftp.
Check /var/adm/syslog for successful ftp connection or failure.
Once you change the ftpusers file, you may do inetd -c to reconsider the config.
Hope it helps
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 08:30 AM
09-22-2004 08:30 AM
Re: why I can't ftp into host
This can result when the user is restricted by an entry in the ftpusers file.
/etc/ftpusers (HP-UX 10.X) and /etc/ftpd/ftpusers (HP-UX 11.X) is
a file that is used to restrict access to the system using ftp.
ftpd rejects remote logins to local user accounts that are named in
ftpusers. According to the man page man 4 ftpusers:
ftpd rejects remote logins to local user accounts that are named in
ftpusers. Each restricted account name must appear alone on a line
in the file. The line cannot contain any white space. User accounts
that specify a restricted login shell in /etc/passwd should be listed
in ftpusers because ftpd accesses local accounts without using their
login shells. UUCP accounts should be listed in ftpusers. If
ftpusers does not exist, ftpd skips the security check.
Regards
Shine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 09:56 AM
09-22-2004 09:56 AM
Re: why I can't ftp into host
Howdy? Definetely a /etc/ftpd/ftpusers problem OR the Shell for "settle" might be set to /bin/false Check that.
Goodluck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2004 04:52 PM
09-23-2004 04:52 PM
Re: why I can't ftp into host
I had checked the /etc/ftpd/ftpusers ,nothing in this file.It's really bad new to me and make me so confused ! ! Can I delete those accounts and then re-create them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2004 05:29 PM
09-23-2004 05:29 PM