[Cyberduck-trac] [Cyberduck] #3883: Edit With saves files in -Tmp- in incorrect directory names

Cyberduck trac at trac.cyberduck.ch
Wed Nov 4 13:24:57 CET 2009


#3883: Edit With saves files in -Tmp- in incorrect directory names
------------------------------+---------------------------------------------
 Reporter:  jwagon@…          |       Owner:  dkocher 
     Type:  defect            |      Status:  assigned
 Priority:  normal            |   Milestone:  3.3     
Component:  core              |     Version:  3.3b4   
 Severity:  normal            |    Keywords:          
------------------------------+---------------------------------------------
Changes (by dkocher):

  * status:  new => assigned
  * milestone:  => 3.3


Old description:

> 1. Open an SCP connection with Cyberduck on a server at path /X/Y
>  1. Navigate to file test.txt, located at path /X/Y/Z/test.txt
>  1. Choose command-K to Edit With...
>  1. File opens in default editor.
>
> All of that works great, but then if I look for the downloaded copy of
> test.txt in the Finder, it's located at
>
> -Tmp-
>   /X/Y/Z
>     test.txt
>
> whereas the correct directory structure used to be set up in -Tmp- with
> this download, like this:
>
> -Tmp-
>   X
>     Y
>       Z
>         test.txt
>
> This eventually becomes a problem when you later decide you want to open
> a file at /X/Y/ABC/another_file.txt, because then your -Tmp- directory
> will look like
>
> -Tmp-
>   /X/Y/Z
>     test.txt
>   /X/Y/ABC
>     another_file.txt
>
> instead of what you'd expect, which would be:
>
> -Tmp-
>   X
>     Y
>       Z
>         test.txt
>       ABC
>         another_file.txt

New description:

 1. Open an SCP connection with Cyberduck on a server at path /X/Y
  1. Navigate to file test.txt, located at path /X/Y/Z/test.txt
  1. Choose command-K to Edit With...
  1. File opens in default editor.

 All of that works great, but then if I look for the downloaded copy of
 test.txt in the Finder, it's located at


 {{{
 -Tmp-
   /X/Y/Z
     test.txt
 }}}


 whereas the correct directory structure used to be set up in -Tmp- with
 this download, like this:


 {{{
 -Tmp-
   X
     Y
       Z
         test.txt
 }}}


 This eventually becomes a problem when you later decide you want to open a
 file at /X/Y/ABC/another_file.txt, because then your -Tmp- directory will
 look like


 {{{
 -Tmp-
   /X/Y/Z
     test.txt
   /X/Y/ABC
     another_file.txt
 }}}


 instead of what you'd expect, which would be:


 {{{
 -Tmp-
   X
     Y
       Z
         test.txt
       ABC
         another_file.txt
 }}}

--

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/3883#comment:2>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV, Cloud Files and Amazon S3 Browser for Mac OS X.


More information about the Cyberduck-trac mailing list