当前位置:首页 >> 服务器

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

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

service vsftpd restart