Summary: | symlinks support in fish. | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | mark.hannessen |
Component: | fish | Assignee: | Jörg Walter <trouble> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | jtamate, opensource |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mark.hannessen
2003-10-30 13:33:36 UTC
fish does not recognise symlinks, shows file type as unknown. KDE 3.2.2 Debian unstable/testing 2.4.22-1-386 GCC 3.3.3 If I understand your example correctly, the symlinks are the source files when copying, right ? what kind of "files" they become when you copy it ? empty ? would you upload an example ? can we consider Bug#74824 duplicate of this bug ? If I try to copy the content of a directory containing a symlink to a file the symlink will be copied as a file but the copy prosess will hang. That is, the copy prosess does not continue to the next file, nor does it rename the symlink-file from "foo.part" to "foo" but the content of the file (only tried with pure ascii text file) is copied. Cheers Jo Can't reproduce with KDE 3.4, copies symlink correctly as a symlink. I used the following testcase: * Create a directory /home/bastian/test-dir/fish * Create "file1" with some text * Create "file2" with some text * Create "link1" pointing to "file2" * Create "zzz-file3" with some text * Run from kdelibs/kio/tests: ./kioslavetest -s fish://root@localhost/home/bastian/test-dir/fish -d file:/tmp/fish-test -o copy fish only copies symlinks as such when you use fish://localhost/... (this does not use ssh but uses su instead). When you copy a symlink from fish://some_remote/... then the file it points to is copied instead. I don't know if my bug have the same source of the problem. My problem is about symlinks too : If I delete a file or a directory, all its symlinks will be no removable from a fish:// remote host. It's work good with sftp. |