Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.2k views
in Java FTP by (140 points)
I am using edtftpj-1.5.2. The following example raw directory line cannot be parsed by the UnixFileParser:

-AR-------TCP A mailbox 6662 697116 Mar 25 21:00 some_file060325.txt

The response to SYST is "215 UNKNOWN Type: L8", and the connect response contains "Enterprise for UNIX 1.3.02". Can anyone identify the directory listing format or suggest an available parser for the format?

1 Answer

0 votes
by (162k points)
That's a weird format. But you can always parse it yourself with the raw string returned from dir().

I am using edtftpj-1.5.2. The following example raw directory line cannot be parsed by the UnixFileParser:

-AR-------TCP A mailbox 6662 697116 Mar 25 21:00 some_file060325.txt

The response to SYST is "215 UNKNOWN Type: L8", and the connect response contains "Enterprise for UNIX 1.3.02". Can anyone identify the directory listing format or suggest an available parser for the format?

Categories

...