简体   繁体   English

通过命令行更改ftp文件夹权限

[英]Change ftp folder permission via command line

I'm using windows command line MS FTP for ftp access. 我正在使用Windows命令行MS FTP进行ftp访问。 However I furthermore must change folder permission via command line as well. 但是,我还必须通过命令行更改文件夹权限。 I tried CACLS command, alas that doesn't work in open ftp commmand window. 我尝试了CACLS命令,可惜在打开的ftp命令窗口中不起作用。 Any hint's appreciated 任何提示的赞赏

You should be able to change permissions if you use a good GUI client. 如果使用良好的GUI客户端,则应该能够更改权限。

Give the following a try and let us know if it works for you! 请尝试以下操作,让我们知道它是否适合您!

FTP is an Internet standard designed by people who work together to a common goal. FTP是由共同努力的人们设计的Internet标准。 CACLS is a pile of Microsoft-invented stuff that FTP knows nothing about so that is not going to work unless someone implements a QUOTE command to pass it through. CACLS是一堆Microsoft发明的东西,FTP对此一无所知,因此除非有人实现QUOTE命令来传递它,否则它将无法正常工作。 The nearest you can get to changing permissions is with the CHMOD command. 使用CHMOD命令可以最接近更改权限。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM