You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Firstly I apologise if this question has been already asked here.
My issue is that when I move Wordpress from local to server using wordmove all foders permissions are set to 777. Is there a way to keep the permissions on the server set to 755 ?
Thank you.
The text was updated successfully, but these errors were encountered:
you should make direct use of rsync's option --chmod; refer to rsync manual for an insight of the matter. Wordmove gives you a proxy-option to pass options to the underneath rsync:
rsync_options: "--chmod=755"
Anyway keep in mind: permissions does not depends on Wordmove self, but on your user - and its permission mask - on the remote server. So it's not always possible to modify permissions based on your privilege. In a sane environment you can anyway.
--chmod takes a lot of dialects; I can't help you too deep, but I hope you have a bright clue to follow. :)
Hi,
Firstly I apologise if this question has been already asked here.
My issue is that when I move Wordpress from local to server using
wordmove
all foders permissions are set to777
. Is there a way to keep the permissions on the server set to755
?Thank you.
The text was updated successfully, but these errors were encountered: