TC7.5pb3 Breadcrumb bar can't jump to folder in network

Bug reports will be moved here when the described bug has been fixed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Radek_
Junior Member
Junior Member
Posts: 7
Joined: 2009-05-18, 08:49 UTC

TC7.5pb3 Breadcrumb bar can't jump to folder in network

Post by *Radek_ »

Can't jump to folder in network place if I write in breadcrumb bar pathname (Example: \\OtherComputer\c$ or \\OtherComputer\Documents)
Also if I write folder name in comandline - TC write message 'File not found'

PS: Sorry for my English.
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post by *fenix_productions »

2Radek_

No problems here with pathbar.

IIRC for command line you need to use:

cd <path>
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

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

Post by *ghisler(Author) »

2Radek_
Sorry, I cannot reproduce the problem. Can you give me step by step instructions, please?
Author of Total Commander
https://www.ghisler.com
Radek_
Junior Member
Junior Member
Posts: 7
Joined: 2009-05-18, 08:49 UTC

Post by *Radek_ »

I want go over to folder in network computer. I give edit path field above file list and write <<\\computerName\c$>> and press Enter. In older version jump to path, but not in new version tcb3.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

You may need to press Enter twice when auto-complete is enabled. Btw, do you get this only for the admin share c$, or also for "normal" shares?
Author of Total Commander
https://www.ghisler.com
Radek_
Junior Member
Junior Member
Posts: 7
Joined: 2009-05-18, 08:49 UTC

Post by *Radek_ »

C$ share only for the admin.
Press Enter twice don't go I use command line.
Thanks
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

2Radek_
Sorry, I don't understand your remark. I know that c$ is only allowed for the admin. But do other shares work?
Author of Total Commander
https://www.ghisler.com
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3864
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

2Radek_: This is a "commandline" ! So write a command:

Code: Select all

cd \\OtherComputer\c$
#5767 Personal license
Radek_
Junior Member
Junior Member
Posts: 7
Joined: 2009-05-18, 08:49 UTC

Post by *Radek_ »

I give the example:
I write to breadcrumb bar (edit path field above file list) computer name '\\OtherComputer' and press Enter
TC jump to the computer and I see share path. That's OK.
And next I add behind '\\OtherComputer' another word, it is 'c$' or name shared path (example 'Documents') and press Enter. And now not jump to shared path.
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3864
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

2Radek_: As already stated above: First press of Enter key will accept the Autocomplete suggestion. Second press of Enter key will do the change of path.

Conclusion: Press Enter key twice to change the path !
#5767 Personal license
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I see - indeed this is currently blocked to avoid that the user appends something to a virtual folder name like "\\Network Neighborhood" or "\\My Computer" and press Enter. Therefore you can switch to
"\\Compter name\C$"
this way only when not in path "\\Computer name".

The problem is that both "\\Computer name" and "\\Network Neighborhood" are virtual folders, so I cannot decide right now when the user should be allowed to append something to the name and when not. If I allow it, the user will have to live with the hang when he presses Enter on wrong name... :(
Author of Total Commander
https://www.ghisler.com
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3864
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

2Radek_: Just use a trailing backslash, e.g.

Code: Select all

\\OtherComputer\c$\
\\OtherComputer\Documents\
#5767 Personal license
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

User Radek_ has confirmed the bugfix by e-mail, so I'm moving this thread to fixed bugs now. Thanks very much!
Author of Total Commander
https://www.ghisler.com
Post Reply