You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use davix-get to retrieve a file from a remote server.
The retrieval is successful and the file is written. :)
Use davix-get again to retrieve an updated version of the same file.
The retrieval fails due to some error (e.g. name resolution failure), and the old file is overwritten with an empty file. :(
For some context, I use davix to synchronize SSL certificates between multiple remote computers. A temporary failure caused davix to overwrite the certificates with empty files, resulting in errors from the programs using those certificates.
The text was updated successfully, but these errors were encountered:
Consider the following case:
Use davix-get to retrieve a file from a remote server.
The retrieval is successful and the file is written. :)
Use davix-get again to retrieve an updated version of the same file.
The retrieval fails due to some error (e.g. name resolution failure), and the old file is overwritten with an empty file. :(
For some context, I use davix to synchronize SSL certificates between multiple remote computers. A temporary failure caused davix to overwrite the certificates with empty files, resulting in errors from the programs using those certificates.
The text was updated successfully, but these errors were encountered: