I am using Apache with PHP on a Unix server, and some days back someone changed some PHP files. As part of the investigation, I want to know where the FTP log is saved for the same server so that we can track down the responsible person.
feedback
|
migrated from stackoverflow.com Oct 24 '11 at 9:53
This question came from our site for professional and enthusiast programmers.
|
If you have logging properly set up, logs are usually here:
specify FTP server you are using to get exact path, or look into FTP server config in
| |||
|
feedback
|