Ticket #2230 (closed defect: duplicate)

Opened 14 years ago

Last modified 13 years ago

problem copying file containing #a#

Reported by: sadman Owned by:
Priority: major Milestone:
Component: mc-vfs Version:
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description

steps to reproduce:

touch '#a#'
press F5 to copy that file into some other directory

Cannot create target file "/tmp/#a#"
Success (0)

cp works so it's not filesystem issue

Change History

comment:1 Changed 14 years ago by andrew_b

  • Status changed from new to closed
  • Resolution set to invalid

Try another filename: #b#.

a is a name of VFS plugin (see /usr/libexec/mc/extfs.d/a+). Therefore #a is interpreted as a name of VFS.

comment:2 follow-up: ↓ 3 Changed 14 years ago by sadman

well, it's not about trying, i have an actual file that has that sequence in the filename (in the middle of it) and mc refuses to copy it

renaming the file is not a solution to the problem

comment:3 in reply to: ↑ 2 Changed 14 years ago by andrew_b

  • Status changed from closed to reopened
  • Resolution invalid deleted
  • Component changed from mc-core to mc-vfs

Replying to sadman:

i have an actual file that has that sequence in the filename (in the middle of it)

You should start your bug report with that.

Really, file name like "qqq#a#qqq" is parsed wrong. The VFS prefix must not be found in the middle of file name.

comment:4 Changed 14 years ago by sadman

actually trying to find vfs stuff in the filename of an existing source file sounds wrong

comment:5 Changed 14 years ago by andrew_b

  • Blocked By 2361 added

comment:6 Changed 13 years ago by andrew_b

  • Status changed from reopened to closed
  • Version 4.7.0.5 deleted
  • Resolution set to duplicate
  • Milestone 4.7 deleted

Duplicate of #33.

Last edited 13 years ago by andrew_b (previous) (diff)

comment:7 Changed 13 years ago by andrew_b

  • Blocked By 2361 removed
Note: See TracTickets for help on using tickets.