- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp banner
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
тАО11-05-2001 12:46 PM
тАО11-05-2001 12:46 PM
ftp banner
TIA
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2001 12:48 PM
тАО11-05-2001 12:48 PM
Re: ftp banner
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2001 12:51 PM
тАО11-05-2001 12:51 PM
Re: ftp banner
****
RESOLUTION
This feature is not available on HP-UX 10.20, but is part of HP-UX 11.x
with patch PHNE_18354.
To add the custom banner (for an HP-UX 11.0 system):
1. Install patch PHNE_18354.
Note: This patch, as with any patch, may be superseded. Please
check for the latest patch at the Electronic Support Center
(ESC) by using either of these web sites:
http://us-support.external.hp.com
http://europe-support.external.hp.com
2. Modify the following line in the /etc/ftpd/ftpaccess file:
Change: message /welcome.msg login
To: message /welcome.msg [path where message is located]
***
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2001 12:59 PM
тАО11-05-2001 12:59 PM
Re: ftp banner
You may want to look into this,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=471a2dd402339a0276/screen=ckiDisplayDocument?docId=200000048766776
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2001 01:06 PM
тАО11-05-2001 01:06 PM
Re: ftp banner
If you are using a utility such as tcpwrapper, you can add a banner statement to your hosts.allow for ftpd. This works for 10.20 and 11.0
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-05-2001 01:51 PM
тАО11-05-2001 01:51 PM
Re: ftp banner
I had to do somework on my own, so here is the solution to my question.
1)cp /usr/newconfig/etc/ftpd/ftpaccess /etc/ftpd
2)
vi /etc/ftpd/ftpaccess
(added the following lines)
banner /tmp/testmsg
suppresshostname yes
suppressversion yes
3)
vi /etc/inetd.conf
(put -a option after ftpd )
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -a
4)
inetd -c
Then when ftping to the particular box I get:
220-this is a test.
220-
220 FTP server ready.
Name (servername:username):
It suppressed the version but not the hostname, so I researched the problem a little and found a problem with the superceeding ftp patch PHNE_21936. Quote from the patch page "5. JAGad07683/SR8606138481. The suppresshostname and suppressbanner options in the ftpd configuration file, ftpaccess, are not working as expected."
Thanks again.
Craig