Opened 7 years ago

Closed 7 years ago

#218 closed defect (fixed)

Ncftp v3.2.6 Case sensitivity.

Reported by: Tellie Owned by: Silvan Scherrer
Priority: major Milestone:
Component: rpm Version:
Severity: low Keywords:
Cc:

Description

Case sensitivity.
Here's an example:

ncftp /eCoRT/Base > cd ../

Base Net Toolkit Win WPS

ncftp /eCoRT/Base > cd ../net
Could not chdir to ../net: server said: net: No such file or directory
ncftp /eCoRT > cd

Here's how I got to the above parent directory "by accident" -

  1. Started in /eCoRT, where my bookmark takes me.
  2. cd Base (specified uppercase, because just typing "bas" and hitting <Tab> does not work - need an uppercase "B").
  3. downloaded my files (no problem).
  4. cd ../ <Tab>
  5. listing is shown
  6. cd ../net (lower case "n") <Enter>
  7. error message displayed, but as the first part of the path was valid (..), I ended up one level higher.

Change History (3)

comment:1 Changed 7 years ago by Silvan Scherrer

Owner: set to Silvan Scherrer
Status: newaccepted

This ticket belongs to the port itself, not the rpm. But anyway I will look at it soon.

comment:2 Changed 7 years ago by Silvan Scherrer

is this case issue also seen, when working with local files?

comment:3 Changed 7 years ago by Silvan Scherrer

Resolution: fixed
Status: acceptedclosed

should be fixed with ​http://trac.netlabs.org/ports/changeset/1906
please retest and reopen with a good test scenario, if it's not fixed.

Note: See TracTickets for help on using tickets.