Can we have a SFTP ICON in default bar ?

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
elroy
Junior Member
Junior Member
Posts: 13
Joined: 2010-12-25, 15:36 UTC

Can we have a SFTP ICON in default bar ?

Post by *elroy »

In the default bar there several icons; easy to click on, like FTP, URL, SEARCH, etc. I would like to have there a SFTP icon as well.

I know the network icon in the bar below the default bar but than you have to click at SFTP (so 2 clicks). I know how to edit (extend) the default bar but could not find a cm_ (command) to open the configured SFTP entries.

So is there a possibility that a SFTP icon will appear in the default bar and when clicked it just shows you the SFTP entries to choose
User avatar
petermad
Power Member
Power Member
Posts: 14807
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2elroy
The command for opening a configured FTP entry is found in the section "Command with parameters" and is: FTPOPEN <conf. ftp server> where "conf. ftp server" is the name you have given the connection in the list of FTP connections
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
Dalai
Power Member
Power Member
Posts: 9388
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

Create a button like this:

Code: Select all

TOTALCMD#BAR#DATA
cd \\\Secure FTP

%COMMANDER_PATH%\Plugins\SFTP\sftpplug.wfx
SFTP


-1
Change the path to sftpplug.wfx as needed. You can copy this code and paste it onto a free section of TC's button bar.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
elroy
Junior Member
Junior Member
Posts: 13
Joined: 2010-12-25, 15:36 UTC

Post by *elroy »

petermad wrote:2elroy
The command for opening a configured FTP entry is found in the section "Command with parameters"
Thx, but isnt that for FTP and not SFTP
elroy
Junior Member
Junior Member
Posts: 13
Joined: 2010-12-25, 15:36 UTC

Post by *elroy »

Dalai wrote:Change the path to sftpplug.wfx as needed. You can copy this code and paste it onto a free section of TC's button bar.
Thx, that was easy but what is the meaning of "-1"
User avatar
Dalai
Power Member
Power Member
Posts: 9388
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

elroy wrote:[...] but what is the meaning of "-1"
No idea. I just created a new button on my button bar and copied it by right-clicking on it, and then I pasted it into my post.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
Stefan2
Power Member
Power Member
Posts: 4157
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Button code: what is the meaning of "-1"

Post by *Stefan2 »

elroy wrote:[...] but what is the meaning of "-1"
The last line is the indicator for the number of the TC internal command.
In this case, since there is no "CM_xxxx" in the command box, here is just used a '-1'


Try to copy buttons with "CM_xxxx" commands in the command box
and paste that code into Notepad, to see what I mean.




 
behd
Junior Member
Junior Member
Posts: 4
Joined: 2011-03-23, 15:56 UTC

Re: Can we have a SFTP ICON in default bar ?

Post by *behd »

Just for quick reference, if anyone like me fall in this thread.
1. Restart Total Commander after installing the plugin
2. Navigate to network (\\Network\)
3. SFTP option will be there
-> just drag & drop onto the taskbar

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

Re: Can we have a SFTP ICON in default bar ?

Post by *ghisler(Author) »

No, that's actually a plugin. It's not included in the normal installer.
Author of Total Commander
https://www.ghisler.com
User avatar
petermad
Power Member
Power Member
Posts: 14807
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Can we have a SFTP ICON in default bar ?

Post by *petermad »

2behd
-> just drag & drop onto the taskbar
I think you mean to the buttotnbar...
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
Post Reply