Opened 22 years ago

Last modified 22 years ago

#130 closed Bug report

Misses Long Filenames in OpenVMS

Reported by: rickweatherly Owned by: Tim Kosse
Priority: low Component: Other
Keywords: Cc: rickweatherly, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

Using FileZilla version 1.9.8. Filenames over
approximately 17 characters long do not show up
in the remote site window. Looking at the trace
output of a List Directory, it appears that the data
returned to Filezilla wraps everything after the
filename (size, date, time, permissions) to the next
line. For shorter filenames, it returns the
information on a single line. Am attaching detailed
tracefile that details the information.

Attachments (1)

Filezilla.trc (91.3 KB ) - added by rickweatherly 22 years ago.
OpenVMS Filezilla 1.9.8 trace output file

Download all attachments as: .zip

Change History (3)

by rickweatherly, 22 years ago

Attachment: Filezilla.trc added

OpenVMS Filezilla 1.9.8 trace output file

comment:1 by Tim Kosse, 22 years ago

FileZilla 1.9.8 does not support line-wrapped directory listings
as well as any older version.
But I've modified the directory listing parser so that it supports
wrapped directory listings.
If the parser finds two lines where both lines do not contain a
complete file, it concatenates both files and tries again to find
a file.
Here's a beta version which supports line-wrapped listings:
http://filezilla.sourceforge.net/FileZilla_1_9_9_beta_1.zip

comment:2 by rickweatherly, 22 years ago

Did some quick testing this morning with 1.9.9 beta and it
looks like it fixes the problem.

Thanks,
Rick

Note: See TracTickets for help on using tickets.