Не может получить правильные полномочия к совместно используемой папке

Если Вы предпочитаете командную строку, попробуйте pscp.exe на локальной машине от прекрасных людей Шпаклевки.

pscp.exe @: 
e.g. pscp.exe smith@122.100.150.161:/etc/hosts ./hosts

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

0
задан 24 August 2012 в 13:18
2 ответа

You'll want to set the umask on the directory.

0
ответ дан 5 December 2019 в 16:04

If you want to have the execute bit set on files as default it isn't possible with umask. Because umask always is calculated from the maximum/base rights a "thing" can have.

directories: 777 files: 666

0
ответ дан 5 December 2019 в 16:04

Теги

Похожие вопросы