- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP Questions
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
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
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
06-13-2002 01:01 AM
06-13-2002 01:01 AM
FTP Questions
I'm currently trying to upgrade our system (11i) with wu-ftp 2.6.1 and am having a few problems! Can anybody help with the questions below? I think some are a bit basic, so sorry for that. I've done quite a lot of searching on these and have found some info from the forums but not quite enough.
1. On HP-UX is the FTP server and client functionality provided by the same process, i.e does the daemon do it all?
2. How do I configure the way an ftp client behaves? I know there is some configuration for the ftpd in inetd.conf for the server side, but how about client set-up?
3. In trying to configure guest ftp users, I have set-up an ftpaccess file with the 'guest-root' and 'guestgroup' clauses. However it appears that the system isn't using them and the guest user is always chroot'ed according to the 'system-wide' passwd file and not the local ftp-guest passwd file. Any there any good guides anywhere for using these clauses (not the /./ hack though)?
Many thank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 01:18 AM
06-13-2002 01:18 AM
Re: FTP Questions
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 01:22 AM
06-13-2002 01:22 AM
Re: FTP Questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 01:27 AM
06-13-2002 01:27 AM
Re: FTP Questions
1. No, there are 2 binaries:
- /usr/lbin/ftpd : the server (started by inetd)
- /usr/bin/ftp : the client
2. You can add some ftp commands to the file ~/.netrc . These commands will be executed when the user starts the ftp client session.
Bye,
Rik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 01:29 AM
06-13-2002 01:29 AM
Re: FTP Questions
2.Not sure what kind of customizations you want to make on the ftp client. But other than setting up a .netrc file, there isn't much you can do. However, you can use another ftp client such as ncftp or lftp (search your local porting archives) which have lots of configuration options.
3. Make sure you have the -a switch on the ftpd entry in inetd.conf. This enables the use of the ftpaccess file. There are alot of configuration options for the ftp daemon (ftpd) with the ftp access file. See ftpaccess(4) for more details.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 02:05 AM
06-13-2002 02:05 AM
Re: FTP Questions
Re Q2: The reason for wanting to look at reconfiguring the ftp client is tied up with a previous posting I made regarding EPSV being used (see 11th June 2002) which is causing my a headache!
Re Q3: I've done a lot of nosing through man pages and looking at examples for configuring guest ftp access and am sure I have done this okay except for ignoring my local passwd file. As well as that, I know it is also using the system-wide version of 'ls' which it shouldn't.