Opened 8 years ago
Closed 8 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" -
- Started in /eCoRT, where my bookmark takes me.
- cd Base (specified uppercase, because just typing "bas" and hitting <Tab> does not work - need an uppercase "B").
- downloaded my files (no problem).
- cd ../ <Tab>
- listing is shown
- cd ../net (lower case "n") <Enter>
- error message displayed, but as the first part of the path was valid (..), I ended up one level higher.
Change History (3)
comment:1 by , 8 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
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.
This ticket belongs to the port itself, not the rpm. But anyway I will look at it soon.