ashembers wrote:
As a naming convention in Windows-land, we use dollar signs in our filenames to indicate certain things. It seems to be a UNIX idiosyncracy that you have to escape those characters with a /
.
For what operation are you having problems with
$
character? For upload you should not have any, because filename is send as part of the protocol, not "on command-line", so no escaping is necessary. For other operations (including download) you may have problems, but it works fine for me :-) Make sure that you use BASH shell, you may force its usage on SCP tab of login dialog. Also if you server supports SFTP protocol, use it. With it everything should work much better.
We also use the ²
(the to-the-power-of-2) character, and while those seem to copy over ok, they do not delete well.
What is version of your Windows? I have just tried with Win2k and WinSCP displays (and copy) power-of-two simple as two, which is strange. However again, try SFTP if possible.