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
Describe the bug
As far as this goes, it's more likely to be a misconfigured FTP server (unfortunately I don't know the vendor).
In this case the MLIST command returns a non RFC3659 compliant line that contains 1 or more leading white space characters.
To Reproduce
GetEntry() returns "unsupported LIST error"
Expected behavior
To mitigate such cases, the client "may" trim leading spaces before passing it to the parseRFC3659ListLine function.
FTP server
WS_FTP Server 8.6.1
Debug output
DEBUG MLST file.xml
DEBUG 250-MLST listing for file.xml
size=892;type=file;create=20230504151245;modify=20230622143434; file.xml
250 MLST end
The text was updated successfully, but these errors were encountered:
Describe the bug
As far as this goes, it's more likely to be a misconfigured FTP server (unfortunately I don't know the vendor).
In this case the MLIST command returns a non RFC3659 compliant line that contains 1 or more leading white space characters.
To Reproduce
Expected behavior
To mitigate such cases, the client "may" trim leading spaces before passing it to the
parseRFC3659ListLine
function.FTP server
Debug output
The text was updated successfully, but these errors were encountered: