asbachb / ftp4j

ftp4j is a java implementation of the ftp, ftps and ftpes protocol provided as maven artifact
GNU Lesser General Public License v2.1
58 stars 20 forks source link

Fix MSLD parser to ignore case of keys #11

Open defvs opened 6 months ago

defvs commented 6 months ago

Some MSLD implementation return keys with mixed cases. This PR just puts all the keys in lowercase.