Change option
DO_SFTP_CHMOD=1
This commit is contained in:
parent
4c44fc6679
commit
0db8e3c51d
@ -16,8 +16,8 @@ SSH_TRANSFER_USER=""
|
|||||||
# name of the OS group that should own the SSH controls files
|
# name of the OS group that should own the SSH controls files
|
||||||
SSH_OWNER_GROUP="sshadmin"
|
SSH_OWNER_GROUP="sshadmin"
|
||||||
|
|
||||||
# whether a 'chmod' needs to be executed after each sftp transfer [0=Yes; 1=No]
|
# whether a 'chmod' needs to be executed after each sftp transfer [0=No; 1=Yes]
|
||||||
DO_SFTP_CHMOD=0
|
DO_SFTP_CHMOD=1
|
||||||
|
|
||||||
# extra arguments/options for the SFTP command
|
# extra arguments/options for the SFTP command
|
||||||
SFTP_ARGS="-o StrictHostKeyChecking=no -o ConnectTimeout=10 -b - "
|
SFTP_ARGS="-o StrictHostKeyChecking=no -o ConnectTimeout=10 -b - "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user