Hi, I need to connect many servers, change remote path and then do chmod command on 3 files. I've been trying to do that for 2 hours and no success. Queue file can do only upload/download. Command line should do it, but it doesn't work. I'm trying:
"C:\Program Files (x86)\FlashFXP 4\flashfxp.exe" MyHost\mydomain.com -remotepath="/public_html" -raw="chmod 777 wp-content" -raw="chmod 777 .htaccess" -raw="chmod 777 wp-config.php"
I noticed it works only with 1 switch, but not more
Is it possible to automate my job?