Get WebDav uploading progress and status (Linux, davfs2)
        Posted  
        
            by 
                Hnatt
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Hnatt
        
        
        
        Published on 2012-07-04T08:02:51Z
        Indexed on 
            2012/07/04
            9:18 UTC
        
        
        Read the original article
        Hit count: 297
        
I am using WebDAV on Linux box with davfs2 1.4.6. When I copy a file to a mounted WebDAV service, it is goes rather fast, just like a regular local drive operation. And it actually is, because the file is first copied to ~/.davf2/cache directory. But how do I know that uploading is finished and where do I see current progress? Is there a way to know that uploading failed due to lack of space or file size restrictions?
© Server Fault or respective owner