You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some servers seem to send a blank line at the end of an MLST response.
MLST Download
250-
Size=53248;Modify=20230327134339.000;Type=dir; Download
250 Requested file action okay, completed.
Before this change this would cause the GetEntry method to return this
error.
unsupported LIST line
This patch ignores blank lines in the MLST response.
ncw
added a commit
to rclone/ftp
that referenced
this issue
Mar 28, 2023
Some servers seem to send a blank line at the end of an MLST response.
MLST Download
250-
Size=53248;Modify=20230327134339.000;Type=dir; Download
250 Requested file action okay, completed.
Before this change this would cause the GetEntry method to return this
error.
unsupported LIST line
This patch ignores blank lines in the MLST response.
Signed-off-by: Nick Craig-Wood <[email protected]>
ncw
added a commit
to rclone/ftp
that referenced
this issue
Mar 28, 2023
Some servers seem to send a blank line at the end of an MLST response.
MLST Download
250-
Size=53248;Modify=20230327134339.000;Type=dir; Download
250 Requested file action okay, completed.
Before this change this would cause the GetEntry method to return this
error.
unsupported LIST line
This patch ignores blank lines in the MLST response.
Describe the bug
Some FTP servers (in particular these two android servers, but there may be others
Return a blank line in their MLST responses.
To Reproduce
Expected behavior
This causes
GetEntry
to return this errorFTP server
The text was updated successfully, but these errors were encountered: