[BUG] SFTP plugin and quote character

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
_ZeD_
New Member
New Member
Posts: 1
Joined: 2014-01-01, 18:43 UTC

[BUG] SFTP plugin and quote character

Post by *_ZeD_ »

I found a strange bug trying to copying from a remote host to my device using TC+SFTP plugin.

Let's say I have the file "foo'bar", I cannot copy on the device.

I can rename it, for example in "foo_bar" and copy it on my device and rename "back" to "foo'bar", but it's cumbersone.

It's something on my configuration? Can you help me?

Thanks
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50475
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

The problem is the single quote - SFTP uses some kind of command line interface (it's based on SSH=secure shell), so certain file names can cause troubles because certain characters like the quotes have special meanings on the command line. Normally the ssh library should take care of this, but apparently it doesn't here.
Author of Total Commander
https://www.ghisler.com
Post Reply