Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
Support and Feedback / Re: 3 Screens (panels)
« Last post by wynford on Today at 00:49:28 »
I know that, I just thought the option of having 3 screens would be be easier
2
Support and Feedback / Re: 3 Screens (panels)
« Last post by Matthias515566 on August 30, 2024, 16:49:32 »
Is it possible to have 3 screens (panels) in MC to show the contents of 3 drives at the same time?
No. But you can use multiple instances and switch between windows with Alt+Tab, or you can use tabs.
3
Support and Feedback / 3 Screens (panels)
« Last post by wynford on August 30, 2024, 16:33:38 »
Is it possible to have 3 screens (panels) in MC to show the contents of 3 drives at the same time?
4
Beta Releases / MCWebAccess (Experimental Extension)
« Last post by Mathias (Author) on August 26, 2024, 10:48:22 »
MCWebAccess is an experimental extension that enables you to access files shared via MC directly from a web browser.

What Problem Does It Solve?
Imagine you're working on your laptop and need to quickly share a file with a colleague or friend. Normally, you might use Windows file sharing, but this comes with challenges:
  • Network Restrictions: If you're not on the same network, you may need to configure settings that can be complex or cumbersome.
  • Corporate Firewalls: Corporate firewalls or administrative restrictions might block file-sharing features, making it difficult or impossible to share files this way.
  • File Size Limitations: Emailing large attachments often isn't feasible due to size limitations.
  • Cloud Services Blocked: Cloud storage might be blocked by corporate policies, or transferring large files can be slow.
  • USB Stick Hassles: You might resort to using a USB stick, but this isn't always convenient or practical.

MCWebAccess addresses these issues by providing an easier way to share files within your local network. When you start the extension, it hosts a local web server, allowing your colleague or friend to access shared files using a browser. Although you might need to open the incoming port on your computer, this is typically simpler than configuring Windows file sharing.

Additionally, MCWebAccess makes it easy to transfer larger files between your phone and computer over Wi-Fi, eliminating the need for USB cables.

Important Limitations - READ THIS
  • Local Network Only: MCWebAccess is designed exclusively for sharing files within a local network. It is not intended for internet-based file sharing.
  • Security Risks: Currently, there is no login or authentication mechanism, making it unsuitable for use over the internet. Running the extension on an internet-connected device poses significant security risks.
  • Early Experimental Version: This is a very early, experimental version of the extension, aimed at identifying which features to add in future updates. It is not intended to be left running unattended.

Note: Do not use MCWebAccess if your computer is directly connected to the internet. It is meant to be used only on a local network.


Download
v0.1 (x64 only) Download (Minimum required MC build 3026)

Install
* Unpack into Extension folder
* Restart MultiCommander
* Menu > Extension > MCWebAccess
* Drag folder / file to should be available to the "virtual workspace"
* Press the start button to start listening for web access , By default on port 9001. (can be changed.)  http:\\127.0.0.1:9001

Leave Feedback
Please leave feedback if these extension would be useful for you. What features you want and so on.
This is a very early experimental version. There are lots of things that can be added. But I do not want to spend time on features that is not needed.
So what features do you need ?
If I don't get any feedback this extension might be scraped for public release.
I created this to solve a problem for me, and I can live with very limited features and bugs.


TODO
 * Add virtual folder.
 * Add Permission to if upload or download should be allowed.
 * Add so it only accepts connect from some IPs
 * Better Web UI (react ?. Already using WebSockets for upload)
 * Lots more.
 
5
Support and Feedback / Re: Multicommander hangs on the splash screen
« Last post by Mathias (Author) on August 15, 2024, 11:41:36 »
Or use command line parameters to the .exe

-ENABLE-APPLOG - Enable full logging for application log.
-ENABLE_FSLOG - Enable full logging for FileSystem log.
-ENABLE_FOLOG - Enable full file operations log.
-ENABLE_ALL_LOGS - Enable full logging for all logs.

MultiCommander.exe -ENABLE-APPLOG
6
Support and Feedback / Re: How to always start with 50%/50% panels?
« Last post by Matthias515566 on August 15, 2024, 10:14:24 »
I've had the setting below active for a long time, but it still happens that MultiCommander only shows one column and hides the rest – or splits the columns completely nonsensically.
Is there anything I can adjust better?
I simply disabled 'Autosize Columns' because I didn't like how it worked.
7
Support and Feedback / Re: Multicommander hangs on the splash screen
« Last post by rzharding28 on August 15, 2024, 09:32:24 »
Great - thank you very much.

Richard.
8
Support and Feedback / Re: How to always start with 50%/50% panels?
« Last post by Fritz on August 15, 2024, 07:30:50 »
Hallo,
ich nutze Multicommander seit Jahren und suche eine Möglichkeit die Spalten automatisch an die Fenstergrösse anzupassen. Die untenstehende Einstellung habe ich schon lange aktiv, trotzdem kommt es immer wieder vor das Multicommander nur eine Spalte anzeigt und den Rest versteckt - oder die Spalten völlig sinnlos aufteilt.
Kann ich da was besser einstellen ?
Danke für Tips, Fritz
9
Support and Feedback / Re: Multicommander hangs on the splash screen
« Last post by Jungle on August 15, 2024, 07:00:52 »
There's a file MultiCommander.xml in the config folder (I use portable version, so it is in the .\Config subfolder, for installable version it should probably be somewhere in the user profile). I configured logging to Full/Debug and that's how <log> section of that file looks:

Code: [Select]
  <log>
    <application>
      <level value="2"/>
      <save value="1"/>
    </application>
    <filesystem>
      <level value="1"/>
      <save value="1"/>
      <copy value="1"/>
      <move value="1"/>
      <delete value="1"/>
      <rename value="1"/>
      <mkdir value="1"/>
      <extended value="1"/>
    </filesystem>
    <filesystemscanning>
      <show value="1"/>
      <level value="1"/>
      <extendedscanlog value="1"/>
      <save value="1"/>
    </filesystemscanning>
    <logwindow>
      <font FontName="Courier New" SizePT="9" Style="" SizePt="0"/>
      <color background="$COLOR_WINDOW" foreground="$COLOR_WINDOWTEXT"/>
    </logwindow>
  </log>
10
Support and Feedback / Re: Multicommander hangs on the splash screen
« Last post by rzharding28 on August 15, 2024, 00:29:42 »
Thank you Mathias,

I cannot work out how to enable full logging, even after reading the documentation.

Could someone please assist?

Many thanks.
Richard
Pages: [1] 2 3 4 5 ... 10