Author Topic: v14.6 BETA  (Read 1573 times)

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4540
    • View Profile
    • Multi Commander
v14.6 BETA
« on: January 07, 2025, 14:27:56 »
v14.6 ( Build 3061 ) - 2025-01-24

  35+ Changes
-- 3061
  ADDED - NEW Extension - FS-SFTP Adds support for SSH SCP/SFTP (Some features are still missing like KeepAlive,ZCompress,Proxy,PublicKeyFile)
  ADDED - UNIX permissions are now shown in the attribute column for file on SFTP, ( eg drwxr-xr-x )
  ADDED - MC will set enovirment variables for the MC EXE and Path. So all programs MC start will see this enviroments variables.
  FIXED - Tweaked the 3rd party Zip library to make it work on MC Windows 7 again
  FIXED - 3 Stability issues
-- 3056
  ADDED - TabSession can now be accessed from the toolbar IF you have any tab sessions defined
  FIXED - Updated 3rd party Zip library, Now empty folders and empty zip files are handled correctly again.
  FIXED - Shortcuts for 'FindFiles' now show assigned hotkey in tooltop and menu
  REMOVE- Removed duplicated command for FindFiles.
  ADDED - Checksum tool now support .sha,.sha1, .sha256, .sha512 files to verify and create
  FIXED - 5 Stability issues


New Extension - FS-SFTP (SSH SCP/SFTP) Support
This is Alpha.
 Features not working yet
  * Keep alive
  * Z Compression
  * Public/Private key authentication
  * Proxy support

!! For Translators. !!

DO NOT Translate everything in the new FS-SFTP extension yet.
It is a copy paste from the FS-FTP extension and many text strings will be removed.
« Last Edit: Yesterday at 18:35:42 by Mathias (Author) »

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4540
    • View Profile
    • Multi Commander
Re: v14.6 BETA
« Reply #1 on: Yesterday at 18:28:52 »
Let me know any issue you have with the SFTP/SCP extension.
Normal UserName/Password login should work

Pawel

  • Junior Member
  • **
  • Posts: 27
    • View Profile
Re: v14.6 BETA
« Reply #2 on: Today at 10:17:30 »
  ADDED - MC will set enovirment variables for the MC EXE and Path. So all programs MC start will see this enviroments variables.

Thanks for adding this!
However, what are then names of this environments?

I checked MultiCommander.exe process in Process Explorer and I see those:

COMMANDER_EXE
COMMANDER_PATH
(The same as Total Commander)

and

MULTICOMMANDER_EXE
MULTICOMMANDER_PATH

I will use those MULTICOMMANDER_*
Question. Why you also added variables with the same name as Total Commander does?

-Pawel