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

Backslash in file names causes FTPListParseException #8

Open davidekholm opened 3 years ago

davidekholm commented 3 years ago

A backslash in a filename on the server causes FTPListParseException with the Unix list parser.

asbachb commented 1 year ago

I need more information like a stacktrace, parameters, file lists, etc.

davidekholm commented 1 year ago

Here is what I've got from the customer who reported this:

Caused by: it.sauronsoftware.ftp4j.FTPListParseException at it.sauronsoftware.ftp4j.FTPClient.list(FTPClient.java:1990) at info.cqs.remotefs.ftp.Ftp4jAdapter.getFiles(Ftp4jAdapter.java:341)