Logging upload attempt with proftpd
- by Amit Sonnenschein
I have a logging server that i use with external hardware,
the idea is that a special hardware is uploading logs about it's operation every few hours and from the server i can do whatever i need to do with the information,
the old server was getting a bit too old and i've moved to a new one, i've install lamp,proftpd and ssh (just the same as i had on the old server).
now for some reason the logs are not being uploaded and i don't know why.
the hardware uses a direct ftp access - i've the proftpd.log and saw that the connection is not being rejected (just to make sure i didn't make a mistake with the user/pass)
my problem is that for some reason the upload itself is failing... it might be due to wrong path (as it's hard coded in the hardware) but i can't really know as proftpd wont give me any details.. i've tried to change the loglevel to "debug" thinking it would give me more information but i don't see any change...
is there any other way i can make sure proftpd logs EVERTHING ?