Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: Kreator on December 21, 2013, 05:24:36

Title: FTP issues
Post by: Kreator on December 21, 2013, 05:24:36
Hi again.
I want to tell about some problems with FTP connection.
Code: [Select]
2013-12-21 08:17:18 > USER
2013-12-21 08:17:18 < 501 Syntax error
2013-12-21 08:17:18 = Command failed
Thank you.
Title: Re: FTP issues
Post by: Mathias (Author) on December 21, 2013, 13:08:03
There is no more information to show.

Since FTP is a FileSystem plugin into MC. So it is simulating a filesystem. And there are some limits what the FTP can do to interact with the users.

"501 Syntax error" is returned from the Server.. the server did not provide any more information. All error information provided by the server is shown.
Title: Re: FTP issues
Post by: Kreator on December 22, 2013, 15:50:27
Syntax error appears when the plugin sends "USER" and "PASSWORD" without a user and a password strings. Maybe it should not send "USER" and "PASSWORD" if there's no username and password provided by a connection settings, and show authorization window, like it is done in TotalCommander? I don't really like to save my passwords at any PC not at home, but MC doesn't let me enter it when I connect.
Title: Re: FTP issues
Post by: ice-man on January 09, 2014, 09:10:23
As Mathias said.. FTP is a plugin, and the file system can not show an UI because the plugin it self does not know what is calling it. It can be a script and background thread and so on. So is not possible for the plugin to just show a UI.

I think the FileSystem Interface need some redesign to make that possible.