[Cyberduck-trac] [Cyberduck] #4165: Option: Rename file after transfer is complete

Cyberduck trac at trac.cyberduck.ch
Tue Oct 5 19:12:15 CEST 2010


#4165: Option: Rename file after transfer is complete
---------------------------------------------------+------------------------
    Reporter:  n21540@…                            |        Owner:  dkocher
        Type:  enhancement                         |       Status:  closed 
    Priority:  normal                              |    Milestone:  3.6.2  
   Component:  core                                |      Version:  3.4.1  
    Severity:  normal                              |   Resolution:  fixed  
    Keywords:  rename, automation, file extention  |     Platform:         
Architecture:                                      |  
---------------------------------------------------+------------------------
Changes (by dkocher):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 In r7224. This can be enabled using the following
 [wiki:help/en/howto/preferences#Hiddenconfigurationoptions hidden
 preference]. Use

 {{{
 defaults write ch.sudo.cyberduck queue.upload.file.temporary true
 }}}

 to enable.

 To specify a different temporary filename pattern, use

 {{{
 defaults write ch.sudo.cyberduck queue.upload.file.temporary.format
 "'{0}-{1}'"
 }}}

 where `{0}` is the original filename and `{1}` is a random UUID. The
 default setting uses a temprary filename of `filename-uuid`.

 An upload that is not complete, will not be renamed.

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/4165#comment:5>
Cyberduck <http://cyberduck.ch>
FTP, SFTP, WebDAV, Cloud Files, Google Docs, Azure and S3 Browser for Mac OS X.


More information about the Cyberduck-trac mailing list