- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP access
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-06-2007 07:24 AM
тАО04-06-2007 07:24 AM
FTP access
- Tags:
- ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2007 07:48 AM
тАО04-06-2007 07:48 AM
Re: FTP access
First you need to make sure that the ftp is open in the /etc/inted.conf file and make sure that ftpd is started. Then make entry in the ftpaccess and the ftpusers files.
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2007 07:52 AM
тАО04-06-2007 07:52 AM
Re: FTP access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2007 08:01 AM
тАО04-06-2007 08:01 AM
Re: FTP access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2007 08:23 AM
тАО04-06-2007 08:23 AM
Re: FTP access
~cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2007 12:52 AM
тАО04-08-2007 12:52 AM
Re: FTP access
Each restricted account name will appear alone on a line in the file.
So make sure that the user name who has no ftp access is not listed in the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2007 09:17 AM
тАО04-08-2007 09:17 AM
Re: FTP access
Is it a normal ftp user or configured as 'ftponly user'.
For normal ftp users permissions can be check in /etc/ftpd/ftpusers ,if entry present then that user is not allowed to do ftp.
Also for ftponly and access and permission check /etc/ftpd/ftpaccess file. ($ man ftpaccess )
Hope this helps,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2007 09:53 PM
тАО04-08-2007 09:53 PM
Re: FTP access
For enabling FTP & its use. Please refer following points:
1> /etc/services --> The
2> /etc/inetd.conf -->The Internet daemon accesses the configuration data it needs by reading the file /etc/inetd.conf.
Please read following document for how to add entries in this file.
http://docs.hp.com/en/32650-90897/ch02s02.html
3>/var/adm/inetd.sec --> disallow & allow users network services
The /var/adm/inetd.sec file is a security file that inetd reads to determine which remote hosts are allowed access to the services on your host. The inetd.sec file is optional; you do not need it to run the Internet Services.check thif file alos.
You can use either a text editor or SAM to edit the inetd.sec file
This are essential files. now for ftp configuration.you need following files.
There are five files used to hold FTP configuration information.
Check following files:
1./etc/ftpd/ftpaccess --> configuration file is the primary configuration file for defining how the ftpd daemon operates. It is not necessary to enable the ftpacess file inorder to run ftpd. The configuration files allow you to configure FTP features, such as the number of FTP login tries permitted, FTP banner displays, logging of incoming and outgoing file transfers, access permissions, use of regular expressions, etc.
2. /etc/ftpd/ftpconversions -->Defines options for compression/decompression and tar/untar operations
3./etc/ftpd/ftphosts -->Lets you allow/deny FTP account access according to source IP addresses and host names.
4./etc/ftpd/ftpusers --> Restricts FTP access for specified users. This file shows entries which dont have access for ftp.
deny ftp access to selected users.
5./etc/ftpd/ftpgroups -->The group password file for use with the SITE GROUP and SITE GPASS commands
Also check for :
2./etc/passwd --> anonymous ftp access
3.~/.netrc -->login information for ftp.The .netrc file contains login and initialization information used by the ftp autologin process .ftp autologin
allows users to ftp to other hosts.
Thanks & Regards
Reshma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2007 06:41 AM
тАО04-09-2007 06:41 AM
Re: FTP access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2007 06:44 AM
тАО04-09-2007 06:44 AM
Re: FTP access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2007 01:32 PM
тАО04-09-2007 01:32 PM
Re: FTP access
Why disregard? You need to make sure your shell is listed. I've had that problem.