[Bug 10857] weirdly named files fail remotely

samba-bugs at samba.org samba-bugs at samba.org
Fri Oct 10 15:08:03 MDT 2014


https://bugzilla.samba.org/show_bug.cgi?id=10857

Wayne Davison <wayned at samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|NEW                         |RESOLVED

--- Comment #1 from Wayne Davison <wayned at samba.org> ---
Your problem is that you tried to specify a weird filename as a part of a
remote filename without escaping the characters from the remote shell
translating them.  You can use --protect-args to avoid the issue (which I have
set as my default due to my using "./configure --with-protected-args" whenever
I compile rsync).  You would also not have run into an issue if you had just
specified a destination path and let rsync send the filename as a part of the
file list.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the rsync mailing list