Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AriesTruong

Pages: 1 [2] 3
26
With latest beta build (9.1 b2548)
As my observation: MC takes about 2 seconds to load content of selected folder. Performance is good.

Thanks Mathias.

27
With latest beta build (9.1 b2548) then CoreID is not changed after previous CoreID is deleted. Now Context Menu display correct when user delete "User Defined Command".

I only concern about if user deletes and adds many time in the future then value of CoreID will be increased. Does this behavior cause any issue in future?

28
MC is not crashed when ENV in path of "Alternative Icon" is not exist but this fixing causes feature "Use Icon from Internal icon gallery" does not work anymore after user saves change. I cannot assign icon with this option so I have to use path %MultiCommander%\MCIcons.dll" to assign.

With previous build I can use relative path like "MCicons.dll" and ".\MCIcons.dll" in "Alternative Icon".

With this beta build(9.1 b2548) MC only accept "absolute path"(C:\MultiCommander\MCIcons.dll) or ENV(%MultiCommander%\MCIcons.dll) and does not support "relative path" anymore

Thanks

29
Hi Mathias,

Currently MC supports extension 7z but on GUI we only pack files with 7z file at basic level, I meant we does not support enter password and select encryption mode in GUI of "Pack Files"...
I hope next version MC allow user add password and select encryption mode in GUI. I know these features are not difficult with you, they only take more your times.

Note: Although MC already support function "PackFile" to pack all files in folder or selected folder but I cannot pack some files and folders in current tab.

Thanks,
Aries

30
With latest beta you already support Restart as Admin so I think it is fine.
You can focus your effort to others requests, suggestion, issues to improve MC and make it to be best File Manager in Windows :)

31
I know when in admin we cannot restart normal mode.

I meant we can restart MC with current mode in normal mode. In normal MC support 2 command:
  • Restart MC
  • Restart MC as Admin
With latest beta build then item 2 is added. But In Admin I cannot restart MC.

32
Thank you for explaining.
When you have free time you can stop by this case.

Now I hope you can take a look for some bugs and enhancement I fill  :)

33
Hi Mathias,

Because MC support run as Portable so I think we should support program variable for full and standard.

Currently In "User Defined Commands" we support path of MC with program variable "${mcinstallpath}" but in "File Type Setup" and "Button Editor" then we use another program variable "${mcpath}".

In Button Editor I can set icon for button with program variable ${mcpath} but in "Alternative Icon" of QuickLaunch bar then we does not support program variable.

Although in "Alternative Icon" of QuickLaunch bar we does not support program variable but we support Environment variable of Windows with format %MultiCommander%. This is root cause when MC start and is crashed (at http://forum.multicommander.com/forum/index.php/topic,3578.0.html) if there is no "MultiCommander" Environment variable in Windows.

I hope MC support program variable for whole MC instead of some features and we also should support 1 name instead of 2 names for 1 purpose (mcinstallpath and mcpath).

Thanks,
Aries

34
Yes I agree. It use openssl.

35
Hi Mathias,

When I create item in QuickLaunch with icon for item.
In path of icon i set path with environment variable %MyApps%\notepad++\notepad++.exe
If I delete Environment variable %MyApps% then whenever I run MC then MC is always crashed.

Thanks,

36
I will search google but I consider why I can load folder is fast with totalcmd!

37
Currently Context Menu use Core ID to map (check from ContextMenu.xml) so when user deletes User Defined Command then new Core ID is mapped to deleted Core.ID
EX: Core.3001 is mapped into Context Menu if user deletes Core.3001 then Core.3002 is changed to Core.3001 so I think in Context Menu should use command ID to map like "MultiButtons.xml" use Command ID for User Defined Commands.

38
This issue happen on from v9.0 final

Step:
1. Create 20 user defined commands
2. Add 5 commands into Context Menu with Display name or not
3. restart MC
4. Open  User Defined Commands and duplicate more 5 command from command no 2, 4, 6, 8, 16
5. Name new name for duplicated command.
6. Delete some commands are assign into Context Menu.
7. Open Context Menu and select item then "Command Display Name" and "Custom Display Name" is difference. If user does not set Custom Display then name from TreeView also difference Command Display

39
Hi Mathias,

With beta build v9.1 b2544 then you've supported Restart MC as Admin. Thank for that.

When I use MC then I doesn't use Windows Explorer and I only allow to run MC with one instance. I think someone also use this feature like me.

When I restart MC as Admin then I cannot restart MC again because I only allow to run MC with one instance so I cannot.

If someone need restart MC then I am sure they know they have to stop others processes so I hope you can add 2 command Restart MC and Restart MC as Admin (close MC and run MC again with user only allow to run one Instance).

Thanks
Aries

40
Verified and fixed in beta build v9.1 build 2544.

Thank you for your effort

41
This issue is fixed in beta build v9.1 build 2544. Thanks a lot

42
Hi Mathias,

Thank for new Beta Update (v9.1 build 2544). Currently it works better previous but performance is not good when load folder. I attached log of ftp. Please take time to improve.

One issue from FTP. When system scanning folder then I press ESC to abort as guide from list then MC is not responding about 2 minutes to back normal, if in this time I click on MC then it is hang and must kill form Task Manager.

Thanks

43
Hi All,

Currently MC support pack well but if you need create 7z, zip format with password then I cannot use with Packed from internal. So create Custom Command and add into Context Menu so that I can create archive file with password and some option from 7-zip when need.

Copy whole folder 7-zip if you installed and install new to MC folder. The below is script for command
========================Script===========================
@var $filepath_zip = "";
@var $files = "";
@var $n = 0;
@var $numfiles = 1;
@var $runpg = GetTagValue("${mcinstallpath}") ^ "7-zip\7zG.exe";
@var $arr_selected_items[] = GetSourceSelectedPaths();
@var $location = GetSourcePath();
// Only run script when there is 1 selected items at least
if( arrayCount($arr_selected_items) >= 1 )
{
   $files = "\"" + $arr_selected_items[0] + "\"";
   $filepath_zip = PathGetNamePart($arr_selected_items[0], 1) + ".7z";
   for ($n=1; $n < arrayCount($arr_selected_items); $n++)
   {
      $files = $files + " \"" + $arr_selected_items[$n] + "\"";
      $numfiles = $numfiles + 1;
   }
   // When there are more 1 selected item then filepath_zip is folder on selected tab.
   if ($numfiles > 1)
   {   
      $filepath_zip = PathGetNamePart(StrSub($location,0,StrLen($location) - 1), 1) + ".7z";
   }
   $filepath_zip = "\"" + $location ^ $filepath_zip + "\"";
   MC.Run CMD="{$runpg}" ARG="a {$filepath_zip} {$files} -ad"
}
=======================End Script===================================

Thanks,

44
Hi @Mathias,

Currently MC allows to show Properties dialog from Windows to view Properties with shortcut key ("Alt+Enter" key).
But this feature is disabled in tab "RES[n]:\" from result of "Find Files".

If the shortcut key feature is not supported in "RES" tab then I hope it will be supported.

45
Hi @Mathias,

Thank you for your internal command as "Save setting". Hope to support "Restart MC" command in official release.

46
Support and Feedback / Re: Checksum value of CRC32 shows incorrect
« on: August 13, 2019, 04:52:59 »
This issue is fixed in v9.1 (build 2450) beta

47
Hi Mathias,

This is scenarios I setup for 7z and WinRar when creating file zip with password and default encrypt mode.
Case 1: For 7z FileManager:
  • Add file and Select ZIP format
  • Enter Password
  • Leave default encryption mode is AES256 (if changing from AES256 to ZipCrypto then MC can unpack well)
  • Save file zip

Case 2: For WinRAR FileManager:
  • Add file and Select ZIP format
  • Enter Password
  • Leave default encryption mode of WinRAR (if changing from default to Zip Legacy Encryption in WinRAR then MC can unpack well)
  • Save file zip

When unpack zip file then MC shows dialog to enter password but there is no extracted files.

If I use WinRAR or 7z then I can unpack this zip file from 2 cases well.

48
Hi Mathias,

When I create new profile in MultiDataViewer to open exe or dll file with Hex mode then save new profile but when I open exe file then it there are 2 issues:
  • Always open file in Binary mode instead of Hex. In Configuration Profile then it shows Default Profile
  • Remove button is disable so I cannot delete

When I change value replace value in viewmode of MultiFileViewer.xml file from 6 with 5 then:
  • Always open file in Binary mode instead of Hex but In Configuration Profile then it shows MyProfile with ViewMode is Binary
  • Remove button is disable so I cannot delete

49
Hi Mathias,

I don't know which OS or FTP Server. But I get log from totalcmd after login successful:

===========================Log from another ftp client================
----------
Using sChannel (Secur32.dll) for SSL/TLS connection.
Connect to: (08/08/2019 20:28:59)
hostname=151.127.122.201
username=test
startdir=data/Download
151.127.122.201=151.127.122.201
220 (vsFTPd 2.3.5)
AUTH TLS
234 Proceed with negotiation.
Using client certificate...
Method: TLSv1
Cert subject: hidden by me
Cert issuer: hidden by me
USER test
331 Please specify the password.
PASS ***********
230 Login successful.
SYST
215 UNIX Type: L8
FEAT
211-Features:
 AUTH TLS
 EPRT
 EPSV
 MDTM
 PASV
 PBSZ
 PROT
 REST STREAM
 SIZE
 TVFS
 UTF8
211 End
HELP SITE
214-The following commands are recognized.
 ABOR ACCT ALLO APPE CDUP CWD  DELE EPRT EPSV FEAT HELP LIST MDTM MKD
 MODE NLST NOOP OPTS PASS PASV PORT PWD  QUIT REIN REST RETR RMD  RNFR
 RNTO SITE SIZE SMNT STAT STOR STOU STRU SYST TYPE USER XCUP XCWD XMKD
 XPWD XRMD
214 Help OK.
PBSZ 0
200 PBSZ set to 0.
PROT P
200 PROT now Private.
OPTS UTF8 ON
200 Always in UTF8 mode.
CWD data/Download
550 Failed to change directory.
Connect ok!
PWD
257 "/USR/USR/test"
Get directory
TYPE A
200 Switching to ASCII mode.
PASV
227 Entering Passive Mode (151,127,122,201,60,145).
Connected to PASV port
LIST
150 Here comes the directory listing.
Download: 2,048 bytes
Waiting for server...
226 Directory send OK.

50
Hi Mathias,

I m using MC 9 final on Win10 Pro x64.
With me, MC is fast but when I do connect to FTP then it take long time to scan folder and sometime it error as below.
With WinSCP and "FTP in totalcmd", they load structure folder is faster MC.

I don't like compare with others FTP but I only mention these FTP client here so that you can improve performance of loading structure folder in FTP when you have free time.

=======================================
019-08-07 14:24:53 < 200 Always in UTF8 mode.
2019-08-07 14:24:53 > TYPE A
2019-08-07 14:24:53 < 200 Switching to ASCII mode.
2019-08-07 14:24:53 > MODE S
2019-08-07 14:24:53 < 200 Mode set to S.
2019-08-07 14:24:53 > STRU F
2019-08-07 14:24:53 < 200 Structure set to F.
2019-08-07 14:24:53 > PROT P
2019-08-07 14:24:54 < 200 PROT now Private.
2019-08-07 14:24:54 > CWD /
2019-08-07 14:24:54 < 250 Directory successfully changed.
2019-08-07 14:24:54 > PASV
2019-08-07 14:24:54 < 227 Entering Passive Mode (151,127,122,201,218,156).
2019-08-07 14:24:54 > LIST
2019-08-07 14:24:54 = Opening data connection to IP 151.127.122.201 on port 55964
2019-08-07 14:24:55 < 150 Here comes the directory listing.
2019-08-07 14:25:25 = Error reading secure data from the server. (Socket error) (Error : 10060) A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-08-07 14:25:56 < 226 Directory send OK.

Pages: 1 [2] 3