更改文件权限filezilla命令行窗口 [英] change file persmissions filezilla command line windows

查看:716
本文介绍了更改文件权限filezilla命令行窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何通过命令行在filezilla中更改文件权限?
我尝试了"SITE CHMOD 755模板",但是仅更改了模板"文件夹.
我想对模板文件夹及其中的子文件夹中的所有文件进行chmod.
我知道您可以通过在模板文件夹等中单击rmb来执行此操作,但这是减慢速度的方法,我希望命令行会更快?

How do I change the file permissions in filezilla with the command line?
I tried 'SITE CHMOD 755 templates' but that only changes the folder 'templates'.
I want to chmod all files in the templates folder and the subfolders in there.
I know you can do this by clicking rmb om the templates folder etc. but that is way to slow I was hoping the command line would be faster?

如果没有,那么快速更改服务器上许多文件权限的最佳方法是什么?

If not, what is the best way to change a lot of file permissions on your server fast?

我在Windows中使用Filezilla.

I'm using filezilla in windows.

推荐答案

如果可能,请按ssh进行操作: 在远程服务器上登录,只需执行

Per ssh if possbile: Login on the remoteserver and simply do a

chmod -R 755 diretory

在命令行上,我将使用lftp,这是IMHO最好的命令行ftp客户端(在Windows中,安装/运行cygwin setup.exe程序,并在软件包列表的net部分中查找"lftp".) .它支持

On the command line i would use lftp, which is IMHO the best command line ftp client (in Windows, install/run the cygwin setup.exe program and look for 'lftp' in the net section of the package list.). It supports

chmod -R 777 directory

我只能在每个用户界面的filezialla中:

In filezialla only per UI i guess:

选择主文件夹,设置为755,然后选择递归到子目录"

Select the main folder, set to 755 and select the "recurse into subdirectories"

http://www.codeunit.co.za/2008/07/18/remotely-changing-multiple-linux-file-permissions-with-filezilla/

这篇关于更改文件权限filezilla命令行窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆