cpanel tracks the ip of the last login but it won't log an FTP login using a FTP program, right? Therefore, how could I track who has been logging into my web site? I have shared hosting.
How could I achieve this ? Maybe programming something using cron? Any ideas?
track FTP logins
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: track FTP logins
Ask the hos provider for logs? Can you configure anything like custom log locations in CPanel?
The best solution would be to use a web based file manager and intercept events that way.
The best solution would be to use a web based file manager and intercept events that way.
Re: track FTP logins
Sweet idea. I googled and found http://nanoftpd.sourceforge.net/
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: track FTP logins
The FTP daemon should be writing a log entry whenever someone logs in. I'd be surprised if cPanel isn't reading that log file.