mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
Merge branch '2634_spftp_servers'
* 2634_spftp_servers: Ticket #2634: mc cannot navigate over spftp servers
This commit is contained in:
commit
83002445e3
@ -627,6 +627,8 @@ ftpfs_login_server (struct vfs_class *me, struct vfs_s_super *super, const char
|
||||
|
||||
reply_up = g_ascii_strup (reply_string, -1);
|
||||
SUP->remote_is_amiga = strstr (reply_up, "AMIGA") != 0;
|
||||
if (strstr (reply_up, " SPFTP/1.0.0000 SERVER ")) /* handles `LIST -la` in a weird way */
|
||||
SUP.strict = RFC_STRICT;
|
||||
g_free (reply_up);
|
||||
|
||||
if (MEDATA->logfile)
|
||||
|
Loading…
Reference in New Issue
Block a user