is there a way of checking ftp activity of the user accounts one has set up in ones domain?
FTP Log?
sdayman
#2
Log into your shell account and use the ‘last’ command. This would work:
last | grep USERNAME
-Scott