关于ftp下显示的时间和系统时间不一致的解决方法

修改也非常简单:
vi /etc/vsftpd/vsftpd.conf
在最后加入一行:
use_localtime=YES
存盘后,重启vsftpd:

service vsftpd restart

本文转自网络,如有侵权请联系客服删除。