您好,登錄后才能下訂單哦!
也許有的朋友會發現,當FTP服務器搭建好以后,顯示的時間卻是GMT時間,這時大家可以參考我下面的方法進行修改。
vi /etc/vsftpd/vsftpd.conf
在最后加入一行:
# This directive enables listening on IPv6 sockets. By default, listening # on the IPv6 "any" address (::) will accept connections from both IPv6 # and IPv4 clients. It is not necessary to listen on *both* IPv4 and IPv6 # sockets. If you want that (perhaps because you want to listen on specific # addresses) then you must run two copies of vsftpd with two configuration # files. # Make sure, that one of the listen options is commented !! ....... use_localtime=YES
按ESC鍵,執行下面的保存命令
:wq
存盤后,重啟vsftpd:
service vsftpd restart
找到
vi /usr/local/proftpd/etc/proftpd.conf
或者
vi /etc/proftpd.conf
找到
UseReverseDNS off
下面加入(不使用GMT時間):
TimesGMT off
按ESC鍵,執行下面的保存命令
:wq
存盤后,重啟proftpd
service proftpd restart
根據此方法修改后,FTP文件就能顯示當地時間了~
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。