<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hi,<BR>I'm having problem using rsync from an Ubuntu server to a Windows machine using cygwin and rsync. It works whenever I have a share name that doesn't include a special character like å, ä or ö. My full command is: <BR><br><BR>"rsync -avz -e 'ssh -p <em>special</em><em>port</em>' <em>user</em>@<em>windowsmachine</em>:/cygdrive/c/Åtest --iconv=CP1252,utf-8 <em>(Also tride ISO8859-1 and utf-8)</em>"<BR><br><BR>I thought that iconv would be the solution and when I use it, it changes the Å to \#305. Still I get the message:<BR><br><BR>"rsync: link_stat "/cygdrive/c/\#305test" failed: No such file or directory (2)"<BR><br><BR>I'm not an expert at rsync in any kind of way, and I have tried to google this one for some time, so I would really appreciate some help.<BR><br><BR>Thanks<BR>Philip<BR><br><BR><br><BR>                                       </div></body>
</html>