Resolution of inconsistency between system time and display time under ftp

  • 2020-05-09 19:39:53
  • OfStack

Modification is also very simple:
vi /etc/vsftpd/vsftpd.conf
Add 1 line at the end:
use_localtime=YES
After saving, restart vsftpd:

service vsftpd restart

Related articles: