stie cineva prin ce miracol se poate face proftpd-ul sa afiseze un mesaj la loginul userilor pe server ?
iata o bucata de proftpd.conf ---------------------------------------------------------------------------- -------------------- # A basic anonymous configuration, no upload directories. If you do not # want anonymous users, simply delete this entire <Anonymous> section. <Anonymous ~ftp> User ftp Group ftp # We want clients to be able to login with "anonymous" as well as "ftp" UserAlias anonymous ftp # Limit the maximum number of anonymous logins MaxClients 10 # We want 'welcome.msg' displayed at login, and '.message' displayed # in each newly chdired directory. DisplayLogin /etc/proftpd.msg DisplayFirstChdir proftpd.msg # Limit WRITE everywhere in the anonymous chroot <Limit WRITE> DenyAll </Limit> </Anonymous> ------------------------------------------ mentionez ca am cautat pe google de mi-au sarit okii din cap iar la linia cu pricina DisplayLogin ......<path - to - the - message > am scris cam tot ce mi-a trecut prin cap, unde ar putea cauta proftpd-ul acest fisier --- Detalii despre listele noastre de mail: http://www.lug.ro/
