- Re: Proftpd ServerIdent

PDA

View Full Version : Re: Proftpd ServerIdent


Kenneth A Kauffman
07-24-2004, 06:02 PM
"Timo Steinbach" <timo.news@xenomorph.de> wrote in message
news:bda479$msn$02$1@news.t-online.com...
> Hi,
>
> how can I make an New Line (\n) in the ServerIdent-String???
>
> cheers
> Timo
>

It won't do it by default. I also tried ^V^M in VI so that the actual
CTRL-M string would insert. The code however is interpreting the literal
string. Alternately, you could use the parameter:

DisplayConnect /<pathto>/<textfile>

To display a multiline message upon connecting to the server.

Hope that works out for you.

ken k

Timo Steinbach
07-24-2004, 06:03 PM
> It won't do it by default. I also tried ^V^M in VI so that the actual
> CTRL-M string would insert. The code however is interpreting the literal
> string. Alternately, you could use the parameter:
>
> DisplayConnect /<pathto>/<textfile>
>
> To display a multiline message upon connecting to the server.
>
> Hope that works out for you.

That's great. Exactly what I searched for! I just searched the wrong
word so I didn't found the correct function.

Thank you.
Timo