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
I'm trying to fix this also and any variant of args is not working... I tried also '-avz -e "ssh -p 2222"' but wont help... Also specifying a "port" option does not have any result :(
I found a solution: the "args" parameter does not add the specified value to the existing parameters, but this value in args completely replaces everything that is there by default, so it should be correctly like this:
Hi,
How can I use the rsync option with a specific ssh port?
I tried:
<option name="args" value="rsh='ssh -p23'"/>
But this, nor any variants of this args option works...
The text was updated successfully, but these errors were encountered: