1753505 Members
4667 Online
108794 Solutions
New Discussion юеВ

ftpaccess

 
SOLVED
Go to solution
himacs
Super Advisor

ftpaccess

hi

please tell me the exact steps to follow to enable ftp banner

and also tell me ftpaccess path

regards
himacs

14 REPLIES 14
James R. Ferguson
Acclaimed Contributor

Re: ftpaccess

Hi:

The manpages would tell you:

# man ftpaccess

(or):

http://docs.hp.com/en/B2355-60130/ftpaccess.4.html

Regards!

...JRF...
Suraj K Sankari
Honored Contributor

Re: ftpaccess

Ganesan R
Honored Contributor

Re: ftpaccess

Hi Himacs,

>>>please tell me the exact steps to follow to enable ftp banner <<<

you need to add banner entry in /etc/ftpd/ftpaccess file like below.

banner

There is another option you can use, which is message like below.

message login

ftpd will display the contents of the message file to the user at login time. Banner works similarly to the message command, except that the banner is displayed before the user enters the username and password.

>>>and also tell me ftpaccess path<<<<

/etc/ftpd/ftpaccess


Best wishes,

Ganesh.
himacs
Super Advisor

Re: ftpaccess

hi sirs,

thanx for ur reply.

actualy i did below steps.

banner /etc/issue

/etc/inetd.conf-added -a in ftp line at the last

inetd -c

but when i give ftp 10.10.10.89

its asking for user name..

plz help on this..

regards
himacs

Sajjad Sahir
Honored Contributor

Re: ftpaccess


Dear Friend

It will ask username.u can use
secure shell for logins and scp for transfers.

thanks and regards

Sajjad Sahir
Ganesan R
Honored Contributor

Re: ftpaccess

Hi Himacs,

>>>but when i give ftp 10.10.10.89

its asking for user name..<<<

Yep. it is expected behaviour.

What do you expect at this point?
Best wishes,

Ganesh.
himacs
Super Advisor

Re: ftpaccess



but i heard that the banner will display before asking username..

As this is live server i cant troubleshoot more

#one more thing.. is there any command to reread ssh process.I dont want to restart since its production server
Ganesan R
Honored Contributor

Re: ftpaccess

Hi Himacs,

Yes. banner will displayed before the username like this..

#ftp server
Connected to server
<<>
Name:
Passwd:
<>
ftp>

Also note that change in ftpaccess file doesn't require to re-read the inetd daemon.

And also ftp service does not have any relation with ssh.
Best wishes,

Ganesh.
himacs
Super Advisor

Re: ftpaccess

hi Admins,

my server is B.11.23

banner not displaying befor and after ftp logging.any other file ineed to be modified.


i asked sshd reread for different issue.

please advise how i can reread sshd service

regards
himacs