Recent Posts

Pages: [1] 2 3 4 5 ... 10
1
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.
2
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
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 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
5
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
6
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
7
I can't replicate that..  But problem is that lots of FTP Server behave very different.
If you watch the FTP log. Does it sends a new CWD <path> commands after the transfer ?
8
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.
9
I searched all over the web and inside the many Configuration options, but I can't find a solution to only see the filename (without extension) when editing via F2. Now, F2 highlights the name but no the extension; however, I often have to change only the end of the filename, and then the extension gets in the way. Any way to do this? Thanks!
10
Support and Feedback / Re: New user with questions
« Last post by Gloops on Yesterday at 22:59:05 »
Also, I remain unable to figure out how to have Folder Trees open on startup when using the -L and -R command line parameters.  Please point me to where the configuration option is to enable this.

Hello, I remembered I saw a question about providing paths on the command line, so I made a few tests.

As you did, I found the documentation of the command line parameters to be there, in the "Other" category of the lateral browsing menu :
https://multicommander.com/Docs/commandlineparameters

You can provide two paths in the order left panel followed by right panel, with nothing more on the command line.
You can also precise in a different order which one is to open left, and which one is to open right, in this case you must not forget the equal sign between /L or /R and the path.

Something more to signal : if you set a tab session to be active on MC startup, then the paths given on the command line are ignored. This can be surprising, but, without having explored parameters that make that change, it is like that –at least in some situations.
(Not sure I selected the correct quotation, as you mention folder trees, and I did not answer on that.)
Pages: [1] 2 3 4 5 ... 10