#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 ;
- 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’.
- 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.
- 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)
Change History (10)
by , 15 years ago
Attachment: | Log Data.xls added |
---|
follow-up: 2 comment:1 by , 15 years ago
Status: | new → moreinfo |
---|
I cannot open .xls
Please use raw text files for textual content such as logs.
by , 15 years ago
Attachment: | FileZilla Ver3_2_8_1 (WireShark Log).txt added |
---|
by , 15 years ago
Attachment: | FileZilla Ver3_3_0 (WireShark Log).txt added |
---|
by , 15 years ago
Attachment: | FileZilla Ver3_0_4_1 (WireShark Log).txt added |
---|
by , 15 years ago
Attachment: | FileZilla Ver3_3_0 (FileZilla Log).txt added |
---|
by , 15 years ago
Attachment: | FileZilla Ver3_0_4_1 (FileZilla Log).txt added |
---|
by , 15 years ago
Attachment: | FileZilla Ver3_2_8_1 (FileZilla Log).txt added |
---|
comment:2 by , 15 years ago
Status: | moreinfo → new |
---|
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 , 15 years ago
Resolution: | → rejected |
---|---|
Status: | new → closed |
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.
'comparative table of packet capture data using WireShark' and 'comparative table of Log data using FileZilla'