0 votes
by (120 points)

When I use ftp.getlist I get 1681 items but using FileZilla I can see 1,704.

If I use ftp.getrawlist I can see the missing files but they appear in a slightly different format.

It looks like it is not detecting the carriage return after the filename.

Applies to: Rebex FTP/SSL

1 Answer

0 votes
by (70.2k points)

Can you please share part of the Ftp.GetRawList() output, so we can see which item was listed using Ftp.GetRawList() method and which one was not listed.

Then we can check whether the format of missing items is supported and eventually we can add support for such format.

...