Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#4972 closed Bug report (rejected)

unable to see a specific directory (VxWorks version 5.4)

Reported by: ohkubo Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: Operating system type: Windows
Operating system version: XP

Description

I have encountered a problem that is unable to see a specific directory in the equipment which OS is VxWorks version 5.4.
I have tried with some equipment, but result is same.

The phenomenon is as follows ;

  1. Use of FileZilla Client for Windows version 3.0.4.1.

    Result : I am able to see a specific directory. Specific directory is ‘aaaa’ and ‘bbbb’.

  1. Use of FileZilla Client for Windows version 3.2.8.1.

    Result : I am unable to see a specific directory. Specific directory is ‘aaaa’ and ‘bbbb’. ‘Response: 501 Directory non existent or syntax error’ occurred.

  1. Use of FileZilla Client for Windows version 3.3.0. (latest version)

    Result : I am unable to see a specific directory. Specific directory is ‘aaaa’ and ‘bbbb’. ‘Response: 501 Directory non existent or syntax error’ occurred.

I have attached ‘comparative table of packet capture data using WireShark’ and ‘comparative table of Log data using FileZilla’ for your reference.

Please let me know if I have to apply the patch file for FileZilla Client software (Version 3.3.0) or any other settings.

Attachments (7)

Log Data.xls (73.5 KB ) - added by ohkubo 15 years ago.
'comparative table of packet capture data using WireShark' and 'comparative table of Log data using FileZilla'
FileZilla Ver3_2_8_1 (WireShark Log).txt (4.3 KB ) - added by ohkubo 15 years ago.
FileZilla Ver3_3_0 (WireShark Log).txt (4.4 KB ) - added by ohkubo 15 years ago.
FileZilla Ver3_0_4_1 (WireShark Log).txt (7.1 KB ) - added by ohkubo 15 years ago.
FileZilla Ver3_3_0 (FileZilla Log).txt (5.8 KB ) - added by ohkubo 15 years ago.
FileZilla Ver3_0_4_1 (FileZilla Log).txt (1.3 KB ) - added by ohkubo 15 years ago.
FileZilla Ver3_2_8_1 (FileZilla Log).txt (1.1 KB ) - added by ohkubo 15 years ago.

Download all attachments as: .zip

Change History (10)

by ohkubo, 15 years ago

Attachment: Log Data.xls added

'comparative table of packet capture data using WireShark' and 'comparative table of Log data using FileZilla'

comment:1 by Tim Kosse, 15 years ago

Status: newmoreinfo

I cannot open .xls

Please use raw text files for textual content such as logs.

in reply to:  1 comment:2 by ohkubo, 15 years ago

Status: moreinfonew

Sorry. I had put text file.

Replying to codesquid:

I cannot open .xls

Please use raw text files for textual content such as logs.

comment:3 by Tim Kosse, 15 years ago

Resolution: rejected
Status: newclosed

Command: CWD /aaaa
Response: 501 Directory non existent or syntax error

Command: CWD /aaaa/
Response: 250 Changed directory to "/aaaa/"

That's one odd server you're using. You might want to upgrade to a better server that supports the TVFS extension. Trailing slashes are not path of the Unix(-like) path syntax. They were accidentally used in older versions of FileZilla, but have been removed since to be more standards compliant.

Note: See TracTickets for help on using tickets.