I have notice that when a file is creted on the ftp server the time is incorrect
when in my pi the time is 12:00:00
the file is 15:00:00
I have looked at the vsftpd .conf file , and it should use the system time
Code: Select all
# If enabled, vsftpd will display directory listings with the time
# in your local time zone. The default is to display GMT. The
# times returned by the MDTM FTP command are also affected by this
# option.
use_localtime=YES
Thanks ,