New plugin available: Cloud (access to Box, Dropbox, etc).

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

Moderators: white, Hacker, petermad, Stefan2

Post Reply
CharlesB
Junior Member
Junior Member
Posts: 2
Joined: 2023-10-02, 20:23 UTC

Re: New plugin available: Cloud (access to Box, Dropbox, etc).

Post by *CharlesB »

Are there known issues with how the plugin handles folder names containing special characters, when using Google Drive? I noticed two problems:
  • When a folder contains a colon character (eg. "2010:2011"), the copy of a folder to the local disk does not work.
  • There are weird behaviours with the slash character (eg "2018/2019"). I can't create a folder from the plugin if the name contains a slash. Also, on an existing folder with a slash in the name, there is an infinite loop with a subfolder taking the name of a parent folder... which prevents me from copying the folder at all.
Thanks
User avatar
petermad
Power Member
Power Member
Posts: 14809
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: New plugin available: Cloud (access to Box, Dropbox, etc).

Post by *petermad »

2CharlesB

Those two example are typical Windows file system restrictions - colons and slashes are not allowed in file names - see for example: https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
CharlesB
Junior Member
Junior Member
Posts: 2
Joined: 2023-10-02, 20:23 UTC

Re: New plugin available: Cloud (access to Box, Dropbox, etc).

Post by *CharlesB »

Yes but shouldn't the plugin handle these restrictions gracefully?
For instance, when I click on the folder below:
Image: https://ibb.co/fF83fYr
it shows the content of the parent folder (Sou) instead of the selected folder (Sou\ARCHIVES\2020/2021).
User avatar
petermad
Power Member
Power Member
Posts: 14809
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: New plugin available: Cloud (access to Box, Dropbox, etc).

Post by *petermad »

CharlesB[ wrote:For instance, when I click on the folder below:
Image: https://ibb.co/fF83fYr
it shows the content of the parent folder (Sou) instead of the selected folder
You are right - it is not smart, that you cannot even go into 2020/2021 - it is understandable that you cannot copy the folder to local disk though, but the plugin should give a warning instead of going into and endless loop as it does now.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: New plugin available: Cloud (access to Box, Dropbox, etc).

Post by *ghisler(Author) »

The problem is that many file systems use forward slashes as path separators, so they are needed for sftp, webdav and other plugins. There is no way for TC to handle forward slashes or backslashes in file or folder names.
Author of Total Commander
https://www.ghisler.com
Post Reply