Bug 1686 - Could not transfer DBCS(Double byte Character set) filename
Summary: Could not transfer DBCS(Double byte Character set) filename
Status: CLOSED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 2.6.2
Hardware: x86 Windows 2000
: P3 major (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 20:28 UTC by seongjoo ra
Modified: 2005-03-16 16:48 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description seongjoo ra 2004-08-30 20:28:52 UTC
Source directory have a Korean filename(»ùÇÃ.asf).
but, could not transfer to target directory.

My RSYNC Parameter:
rsync.exe -rvz --delete --modify-window=1 --timeout=30 --partial 
192.168.101.26::test1 c:\test1
Comment 1 seongjoo ra 2004-09-09 01:37:51 UTC
We upgraded latest cygwin version(with cygwin DLL 1.5.11-1) and recompiled 
rsync on windows.
And clear this problem.