no permission change after file transfer
This commit is contained in:
parent
c1d69b7ccb
commit
6324473559
1 changed files with 1 additions and 1 deletions
|
|
@ -44,5 +44,5 @@ lftp -e "set xfer:log 1; \
|
|||
set ftp:ssl-protect-data $PLUGIN_SECURE; \
|
||||
set ssl:verify-certificate $PLUGIN_VERIFY; \
|
||||
set ssl:check-hostname $PLUGIN_VERIFY; \
|
||||
mirror --verbose -R $PLUGIN_INCLUDE_STR $PLUGIN_EXCLUDE_STR $(pwd)$PLUGIN_SRC_DIR $PLUGIN_DEST_DIR" \
|
||||
mirror --verbose -p -R $PLUGIN_INCLUDE_STR $PLUGIN_EXCLUDE_STR $(pwd)$PLUGIN_SRC_DIR $PLUGIN_DEST_DIR" \
|
||||
-u $FTP_USERNAME,$FTP_PASSWORD $PLUGIN_HOSTNAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue