- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to transfer files using FTP
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
05-22-2007 12:39 AM
05-22-2007 12:39 AM
Unable to transfer files using FTP
I have done a fresh install of HP-UX 11.0 on L Class server. When 'm trying to transfer files using FTP it give me access denied using root login.
200 PORT command successful.
550 Access is denied.
Kindly let me know if any setting to be done.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 12:56 AM
05-22-2007 12:56 AM
Re: Unable to transfer files using FTP
from ftpd(1m):
The user name must be in the password data base, and not have a null password. The client must provide the correct password for the user before any file operations can be performed.
The user name must not appear in the file (see ftpusers(4)).
The user must have a standard shell returned by getusershell().
Also see ftpd(1m)'s Diagnostic section.
rdgs
HGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 01:49 AM
05-22-2007 01:49 AM
Re: Unable to transfer files using FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 02:28 AM
05-22-2007 02:28 AM
Re: Unable to transfer files using FTP
the root access will be denied, if the root has no password. Setup a password and try again.
Cheers
Saeid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 05:26 PM
05-22-2007 05:26 PM
Re: Unable to transfer files using FTP
I am trying to ftp files to L Class server. The root userid has a password and the client is a windows 2003 server.
I guess that should not make any diff. But still 'm not able to transfer files. I have checked /etc/ftpd/ftpusers files is blank and /var/adm/inetd.sec is not blocking any thing.
Kindly suggest.
Regards,
Dayanand Naik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 08:25 PM
05-22-2007 08:25 PM
Re: Unable to transfer files using FTP
maybe you have to create/edit the file:
/etc/shells
and insert the root shell
# vi /etc/shells
/usr/bin/ksh
/usr/bin/false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 08:47 PM
05-22-2007 08:47 PM
Re: Unable to transfer files using FTP
Check /etc/ftpd/ftpusers - which restricts FTP access for specified users. This file sho
ws entries which dont have access for ftp.
ftpusers - security file for ftpd
ftpd rejects remote logins to local user accounts that are named in /etc/ftpd/ftpusers.
Regards,
Rasheed Tamton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2007 08:54 PM
05-22-2007 08:54 PM
Re: Unable to transfer files using FTP
man ftpdaccess
Check /etc/ftpd/ftpacces or /etc/ftpd/ftpaccess file
These are the ftp related files.
/etc/ftpd/ftphosts
/etc/ftpd/ftpaccess
/etc/services
/etc/inetd.conf
/var/adm/inetd.sec
/etc/ftpd/ftpusers
/etc/ftpd/ftpgroups
Regards,
Rasheed Tamton.