when using the
commands --> open desktop folder
and tring to transfer files to FTP upload in background
it doesnt recognize this folder.
work around i go manualy into c:\document and setting\.........\desktop
ftp bug with desktop path
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Sorry, the virtual folders like the Desktop or Network Neighborhood do not work with functions like zip, ftp etc. Reason: The normal file functions like CreateFile do not work with virtual folders.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- SanskritFritz
- Power Member
- Posts: 3693
- Joined: 2003-07-24, 09:25 UTC
- Location: Budapest, Hungary
That wouldn't work in for example a Danish Windows - there it would have to be: cd %Userprofile%\Skrivebord\You can use the command
cd %Userprofile%\Desktop\
It is better to use:
that should be language independant.cd %$DESKTOP%
Unfortunately both methods only shows part of the files on the desktop. There are also files on the Desktop found in %Allusersprofile%\Desktop\ which can be opened by:
plus a few "files" and "folders" that are only accessible in virtual mode by using:cd %$COMMON_DESKTOPDIRECTORY%
In my extended menu there is a menu item "Folders" from where you can open all 3 "Desktop"s, plus a lot of other common folders.cm_OpenDesktop
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar