Hi,

I am using Apache FTP server in standalone mode. I would like to give a
custome welcome message. I created FtpStatus.gen in one directory and gave
taht in messages tag.
<messages directory="./res/conf/FtpStatus.gen"  />

Still it in not showing. Is tehre anything i missed ?

I also tried  session.write(new DefaultFtpReply(
FtpReply.REPLY_220_SERVICE_READY ,"   Welcome to the My FTP ");

on onConnect method of FTP let. It shows teh message and getting "GnuTLS
error -15: An unexpected TLS packet was received."

Please help.

Thanks,

Reply via email to