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 - Jean

Pages: [1] 2 3 4 5
1
Support and Feedback / Re: Configuring TeraCopy
« on: April 12, 2026, 10:14:10 »
I'm using this snippet to send selected files to a rename tool of my own which picks up the file when started.

@var $files = GetSelectedPaths();
@var $filename = "c:\in\file_list.txt";
SaveArray($filename, $files, 1,  1);
MC.Run CMD={"C:\Tools\Rename\Win64\Debug\Rename.exe"};

2
I found it. It occurred to me that i get behaviour this since i added a domain.
So i have /domains/mydomain1/public_html and /domains/mydomain2/public_html
Now if i set remote folder in MC to /domains/mydomain1/public_html in stead of just /public_html it works ok again.

3
I tried another time, maybe i did something wrong the first time. Now it logs sending to /public_html
Code: [Select]
2026-04-10 15:22:10 > CWD /public_html
2026-04-10 15:22:10 < 250 CWD command successful
2026-04-10 15:22:10 > PORT 192,168,2,4,75,20
2026-04-10 15:22:10 < 200 PORT command successful
2026-04-10 15:22:10 > LIST
2026-04-10 15:22:10 < 150 Opening ASCII mode data connection for file list
2026-04-10 15:22:10 < 226 Transfer complete
2026-04-10 15:22:10 > CWD /public_html
2026-04-10 15:22:11 < 250 CWD command successful
2026-04-10 15:22:11 > PORT 192,168,2,4,75,21
2026-04-10 15:22:11 < 200 PORT command successful
2026-04-10 15:22:11 > LIST
2026-04-10 15:22:11 < 150 Opening ASCII mode data connection for file list
2026-04-10 15:22:11 < 226 Transfer complete
2026-04-10 15:22:11 > TYPE I
2026-04-10 15:22:11 < 200 Type set to I
2026-04-10 15:22:11 > PORT 192,168,2,4,75,22
2026-04-10 15:22:11 < 200 PORT command successful
2026-04-10 15:22:11 > STOR /public_html/2026-04-10_15-15.jpg
2026-04-10 15:22:11 < 150 Opening BINARY mode data connection for /public_html/2026-04-10_15-15.jpg
2026-04-10 15:22:11 < 226 Transfer complete
2026-04-10 15:22:11 > CWD /
2026-04-10 15:22:11 < 250 CWD command successful
2026-04-10 15:22:11 > TYPE A
2026-04-10 15:22:11 < 200 Type set to A
2026-04-10 15:22:11 > PORT 192,168,2,4,75,23
2026-04-10 15:22:11 < 200 PORT command successful
2026-04-10 15:22:11 > LIST
2026-04-10 15:22:11 < 150 Opening ASCII mode data connection for file list
2026-04-10 15:22:11 < 226 Transfer complete
2026-04-10 15:22:11 > CWD /
2026-04-10 15:22:11 < 250 CWD command successful
2026-04-10 15:22:11 > PORT 192,168,2,4,75,24
2026-04-10 15:22:11 < 200 PORT command successful
2026-04-10 15:22:11 > LIST
2026-04-10 15:22:11 < 150 Opening ASCII mode data connection for file list
2026-04-10 15:22:11 < 226 Transfer complete
2026-04-10 15:22:11 > CWD /
2026-04-10 15:22:11 < 250 CWD command successful
2026-04-10 15:22:11 > PORT 192,168,2,4,75,25
2026-04-10 15:22:11 < 200 PORT command successful
2026-04-10 15:22:11 > LIST
2026-04-10 15:22:11 < 150 Opening ASCII mode data connection for file list
2026-04-10 15:22:11 < 226 Transfer complete
2026-04-10 15:22:11 > CWD /
2026-04-10 15:22:11 < 250 CWD command successful
2026-04-10 15:22:11 > PORT 192,168,2,4,75,26
2026-04-10 15:22:11 < 200 PORT command successful
2026-04-10 15:22:11 > LIST
2026-04-10 15:22:11 < 150 Opening ASCII mode data connection for file list
2026-04-10 15:22:11 < 226 Transfer complete
2026-04-10 15:22:42 > NOOP
2026-04-10 15:22:42 < 200 NOOP command successful
2026-04-10 15:23:12 > NOOP
2026-04-10 15:23:12 < 200 NOOP command successful

4
it sends CWD  / multiple times yes. Guess i have to live with it, thanks.

Code: [Select]
2026-04-10 14:46:49 > CWD /
2026-04-10 14:46:49 < 250 CWD command successful
2026-04-10 14:46:49 > PORT 192,168,2,4,40,34
2026-04-10 14:46:49 < 200 PORT command successful
2026-04-10 14:46:49 > LIST
2026-04-10 14:46:49 < 150 Opening ASCII mode data connection for file list
2026-04-10 14:46:49 < 226 Transfer complete
2026-04-10 14:46:49 > CWD /
2026-04-10 14:46:49 < 250 CWD command successful
2026-04-10 14:46:49 > PORT 192,168,2,4,40,35
2026-04-10 14:46:49 < 200 PORT command successful
2026-04-10 14:46:49 > LIST
2026-04-10 14:46:49 < 150 Opening ASCII mode data connection for file list
2026-04-10 14:46:49 < 226 Transfer complete
2026-04-10 14:46:49 > TYPE I
2026-04-10 14:46:49 < 200 Type set to I
2026-04-10 14:46:49 > PORT 192,168,2,4,40,36
2026-04-10 14:46:49 < 200 PORT command successful
2026-04-10 14:46:49 > STOR /2026-04-09_22-06.jpg
2026-04-10 14:46:49 < 150 Opening BINARY mode data connection for /2026-04-09_22-06.jpg
2026-04-10 14:46:49 < 226 Transfer complete
2026-04-10 14:46:49 > CWD /
2026-04-10 14:46:49 < 250 CWD command successful
2026-04-10 14:46:49 > TYPE A
2026-04-10 14:46:49 < 200 Type set to A
2026-04-10 14:46:49 > PORT 192,168,2,4,40,37
2026-04-10 14:46:49 < 200 PORT command successful
2026-04-10 14:46:49 > LIST
2026-04-10 14:46:49 < 150 Opening ASCII mode data connection for file list
2026-04-10 14:46:49 < 226 Transfer complete
2026-04-10 14:46:49 > CWD /
2026-04-10 14:46:49 < 250 CWD command successful
2026-04-10 14:46:49 > PORT 192,168,2,4,40,38
2026-04-10 14:46:49 < 200 PORT command successful
2026-04-10 14:46:49 > LIST
2026-04-10 14:46:49 < 150 Opening ASCII mode data connection for file list
2026-04-10 14:46:49 < 226 Transfer complete
2026-04-10 14:47:21 > NOOP
2026-04-10 14:47:21 < 200 NOOP command successful

5
Maybe i was not clear.
I connect with ftp, then after doing anything, like sending a file or creating a map, it goes back to the server root.
So i have to go back to \domains\mydomain\public_html again.

6
Hi Mathias,

For instance i send a file to domains\mydomain\public_html it copies the file allright, but when done it displays the root tree content, domains is one of it's maps.

7
Support and Feedback / Re: Have to restart MC to get Ftp working
« on: August 14, 2025, 12:23:03 »
Trying for some time now but i don't get errors anymore, it just connects.

8
Support and Feedback / Have to restart MC to get Ftp working
« on: August 09, 2025, 08:21:50 »
Hi Mathias,
Maybe related to sleep / s3 as this pc hardly shuts down, but mostly when i want to use ftp i have to restart Mc.

9
Thank you.

10
Mathias,
Just a small feature request, the copy dialog in dark mode only has black/white and green for the progress bar. While the dialog in light mode has a few colors which i always loved, could you color the dark one just a little bit more.
Thanks.

11
Support and Feedback / Re: tabs in dark mode
« on: July 02, 2025, 09:56:33 »
Thanks, that helped. I had some fights with the dialog in the tabs, sometimes it would refuse to accept different colors for in/active, a restart would fix that.
I have set me up some 12 colored groups using that registry entry.

12
Support and Feedback / Re: tabs in dark mode
« on: July 01, 2025, 16:22:40 »
Excuse me, i overlooked it.

IIRC before dark mode i had tab groups like for instance g:\ which had 2 kinds of green, one for active, one for not.
Now in dark mode this is not by default anymore, it seems i have to set each tab 'theme' colors, using the colorpicker twice, then duplicate the tab and finally save session.
But its quite some work, I wonder if a script could do that, or maybe some other means?

13
Support and Feedback / Re: tabs in dark mode
« on: July 01, 2025, 12:31:49 »
When i check 'use hover color' on a green tab and click on another tab it reverts to default color again.
When i check it, it's only green as long as i hover.

I have some tabs that have colors to indicate some project or disk so i'd like use various colors but those should be solid, else it's not readable.
But tabs that have solid color only get their special color when clicked on, else they are the default.

14
Support and Feedback / Re: tabs in dark mode
« on: July 01, 2025, 08:58:08 »
Something strange:
I have a few tabs with green color. Now if i right click on the tab and do Properties, then click Solid color, the visibility improves but if focus gets away from the tab it turns light-blue, the green color is gone, only when i hover it green comes back.
When 'use hover color when tab is active' is checked, the tab is green when hovered or clicked. When unchecked only when hovered.
What i'm trying to say, i can't get 'Solid color' with my desired green color, it reverts to light blue. I must be doing something wrong.

15
Support and Feedback / Re: tabs in dark mode
« on: June 30, 2025, 15:32:05 »
Great, much better, thanks!

16
Support and Feedback / tabs in dark mode
« on: June 30, 2025, 11:04:56 »
Hi Mathias,

I'm trying out dark mode. On the tabs only the path of the current active tab is readable.
And i would love to increase font size on the tabs.
Thanks as always.

17
Support and Feedback / Re: it always takes so long
« on: June 17, 2025, 13:27:04 »
Yes sorry i meant that. I have enabled it back again, i don't like when i rename something and have to refresh the window. I wish one could set that timeout in windows. Never mind, thanks for the best filemanager.

18
Support and Feedback / Re: it always takes so long
« on: June 17, 2025, 07:45:56 »
Thank you, i have enabled it, i'm gonna try it out, it might be the solution i'm looking for.

19
Support and Feedback / it always takes so long
« on: June 16, 2025, 14:58:28 »
Hi Mathias,

When i close my laptop (so it goes to sleep) and go to my desktop where a share was open to the laptop, it always takes a minute or more before MC becomes responsible again.
Is there anything you can do?

20
Support and Feedback / Re: Ftp won't connect
« on: May 06, 2025, 15:45:48 »
I'm getting familiar with re-using those ftp connections, never did that much, always tried a new connect.
Thanks again Mathias, great software.

21
Support and Feedback / Re: Ftp won't connect
« on: May 06, 2025, 14:06:16 »
'You are not allowed to have more than 5 connections at the same time'.
On the bar with ftp i can see 3 older connections, clicking on them gives me a map on the server, it did not do that before.
Will let you know if i run into troubles again.

22
Support and Feedback / Ftp won't connect
« on: May 06, 2025, 12:49:55 »
The first time it connects, the second time i always have to restart MC before i can get a connection.

23
Script / Re: script does not open new window anymore
« on: January 23, 2025, 07:47:50 »
Works, thanks Mathias.

24
Script / script does not open new window anymore
« on: January 22, 2025, 15:29:00 »
Hi Mathias,

This used to create a new tab in the other panel but currently it uses an old one, regression maybe?
Thanks

Code: [Select]
MC.SetActivePanel PANEL=TOGGLE
MC.Explorer.NewBrowser
MC.Explorer.Goto PATH=FTP:\example.com

25
Mathias you're a genius. :)

Pages: [1] 2 3 4 5