Bug 86334

Summary: Symbolic links to directories handled badly in fish: protocol
Product: [Unmaintained] kio Reporter: Roland Seuhs <r>
Component: fishAssignee: Jörg Walter <trouble>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.2.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Roland Seuhs 2004-07-31 13:19:26 UTC
Version:           3.2.1 (using KDE 3.2.1, SuSE)
Compiler:          gcc version 3.3.3 (SuSE Linux)
OS:                Linux (i686) release 2.6.5-7.95-default

If you have an URL like fish://root@computer/symbolic_link_to_directory, the directory is displayed fine, but if you want to copy a file into the directory (with drag&drop), fish tries to overwrite the link with that file (and not put the file into the dir as it should).
<p>
This is a bug in fish: because the line
<p>
scp somefile.dat root@computer:/symbolic_link_to_directory
<p>
works as intended (somefile.dat is put into the linked directory and the symbolic link is not overwritten)
Comment 1 Nicolas Goutte 2004-07-31 18:19:41 UTC
See also bug #74824
Comment 2 Gioele Barabucci 2004-08-17 14:57:27 UTC
this should be closed as a duplicate of #74824 
Comment 3 Tommi Tervo 2004-10-21 14:42:09 UTC

*** This bug has been marked as a duplicate of 74824 ***