2014-5-13
Cuteftp显示隐藏文件的设置 .htaccess等点号开头的文件
torontomeet.com的网站昨天晚上刚刚搬了服务器,新的服务器是Linux的系统。
Linux的系统,.htaccess文件对于ftp软件默认是隐藏属性。
让FTP显示隐藏文件的方法如下:
cuteftp显示.htaccess:
1、在“站点管理器”中,在你要设置的站点单击右键,选中“属性”;
2、依次进入“动作==>过滤”;
3、勾选“启用过滤”,勾选“启用服务器端过滤”;
4、“远程过滤”框中填入参数“-al”,点击确定;
5、断开并重新链接即可。
Displaying Hidden Files or Folders
By default, some servers will hide files with names starting with a period such as ".htaccess" or ".profile".
To display hidden files on a remote site
- In the Site Manager, click the site with the hidden files.
- On the main menu, click File > Properties.
- On the Actions tab, click Filter.
- Select the Enable filtering check box.
- Select the Enable server side filtering check box.
- In the Remote filter field, type -al, then click OK.
- Connect to the site. You should now be able to see hidden files and folders.
网上很多文章写的是"-a" 但是我用-a就不行,得是-al (后面那个是字母l,不是数字1)
Linux比Windows系统复杂很多,还在学习中。