[Bug 1703] Atomic replace on upload
    bugzilla-daemon at bugzilla.mindrot.org 
    bugzilla-daemon at bugzilla.mindrot.org
       
    Fri Mar 26 11:40:06 EST 2010
    
    
  
https://bugzilla.mindrot.org/show_bug.cgi?id=1703
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
            Summary|Chunked file uploads        |Atomic replace on upload
           Severity|normal                      |enhancement
--- Comment #1 from Damien Miller <djm at mindrot.org> 2010-03-26 11:40:05 EST ---
It would be fairly easy to support atomic replacement of files on
upload in the OpenSSH sftp client. However, it wouldn't work for scp or
other sftp clients.
Basically, the client would get an option (-a perhaps) to get/put that
up/downloaded into a temporary file and then renamed it into place. For
sftp, we would need to enable this only for servers that supported the
POSIX rename extension,
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
    
    
More information about the openssh-bugs
mailing list