符合中小企业对网站设计、功能常规化式的企业展示型网站建设
本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...
商城网站建设因基本功能的需求不同费用上面也有很大的差别...
手机微信网站开发、微信官网、微信商城网站...
也许有的朋友会发现,当FTP服务器搭建好以后,显示的时间却是GMT时间,这时大家可以参考我下面的方法进行修改。
10年积累的网站制作、成都网站设计经验,可以快速应对客户对网站的新想法和需求。提供各种问题对应的解决方案。让选择我们的客户得到更好、更有力的网络服务。我虽然不认识你,你也不认识我。但先做网站后付款的网站建设流程,更有商河免费网站建设让你可以放心的选择与我们合作。
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文件就能显示当地时间了~