1825766 Members
2098 Online
109687 Solutions
New Discussion

ftp banner

 
G.Kumar
Frequent Advisor

ftp banner

Hi;

I want to remove the hostname info and version info from ftp .I tried with a null message file in /etc/ftp/ftpacces.Still it shows the hostname details when ftp starts.

Any help is appreciated.

Thanks
GK
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor

Re: ftp banner

Hi:
Try this:

Vi /etc/inetd.conf. Find the telnet entry and append "-b /dev/null" to force a null banner file. Save the file and issue an inetd -c. That should fix you.

Clay
If it ain't broke, I can fix that.
Robin Wakefield
Honored Contributor

Re: ftp banner

G.Kumar
Frequent Advisor

Re: ftp banner

thanks for the reply....

I want to have a banner for telnet&ftp But i want to aviod the ftp sesion showing hostname date and time....

Sorry if my previos question was not clear

thanks
GK
eran maor
Honored Contributor

Re: ftp banner

Hi

from what i saw you need to install this patch and do this :

The 10.20 FTP patch, [PHNE_17963/PACHRDME/English] , adds a -S option to suppress
the hostname and version from the initial banner.

if you are using 11.00 install the last patch for ftp and define the new banner .

i m downloading the patch now and trying to do the same .
love computers
G.Kumar
Frequent Advisor

Re: ftp banner


thanks

I am using hpux 11i.It looks like all latest patches are loaded.

GK