If the user specifies --protocol=29, rsync will avoid sending an -e
authorWayne Davison <wayned@samba.org>
Fri, 11 Jul 2008 16:34:28 +0000 (09:34 -0700)
committerWayne Davison <wayned@samba.org>
Fri, 11 Jul 2008 16:48:33 +0000 (09:48 -0700)
commit29703623381265506d79aa71cecb71a77089e074
tree240ebc362c7bcfd2735899f789ccb3e467863a38
parent7a2eca415b0d7f40618dd67aa30bafef810b3724
If the user specifies --protocol=29, rsync will avoid sending an -e
option to the server (which is only useful for protocols 30 and above
anyway).  This gives the user an easy way to talk to a restricted
server that has overly restrictive option-checking.
NEWS
options.c