Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
Support and Feedback / Re: Configuring TeraCopy
« Last post by total_annihilation00 on Today at 12:48:34 »
On my computer when I initiate a paste operation (cut/ copy) I get a Menu Popup asking whether to paste using Windows Explorer or the faster TeraCopy (I use it mostly for copying/ moving files to & fro my USB stick.)
2
Support and Feedback / Re: Configuring TeraCopy
« Last post by Jean on Yesterday at 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"};
3
Support and Feedback / Re: Configuring TeraCopy
« Last post by Mathias (Author) on Yesterday at 08:47:46 »
You should be able to create that using MultiScript.
I don't know what the list of file should look like. but there is a command to save all selected items to a file. and it can be scripted. maybe that can be used.
(the command in menu> Edit > Save selection to file) but with UserDefinedScript it can be automated
4
Support and Feedback / Configuring TeraCopy
« Last post by mgigli on Yesterday at 02:59:29 »
Hi, I'm new to MultiCommander, having come from TotalCommander, and I want to configure TeraCopy as an external command. So far, I can send one file to TeraCopy, but when I try to send a list of files, everything goes wrong. It seems that MultiCommander sends the list of files separated by spaces, but TeraCopy expects the list of files on separate lines. So, I would like to ask if anyone has already resolved this issue. If not, how would you recommend proceeding?
Should I create a script to send one file at a time, or should I change the list and replace the spaces with new lines?
5
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.
6
I see now  It does "CWD / "  Strange.. I can't recreate that.
For me it stay at the location it last entered

Might be something that is special with how you do it or with the ftp server that works differently
7
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
8
It does not show that you go into and list html folder and then goes out.
according to that log you are in / all the time
9
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
10
You mean inline rename.  No but only filename part is preselected.. and pressing -> arrow will move cursor to last char in filename before extension.
you can also quick select extension with Ctrl+E
Pages: [1] 2 3 4 5 ... 10