Skip to main content
Skip table of contents

Why does ByteReplicator use .BRTMP temporary files?

When updating a file on the target, the PSListener will rebuild the file on the target with the bytes that are already there, plus the new bytes PeerSync is sending it.  You will see this as a .BRTMP file extension.  Once the build of the temporary file completes successfully, the temporary file will be renamed to the original file name, and the original file will be deleted.  This method is used so that we do not interfere/manipulate the original target file.  We want to be sure that all the work is completed successfully before we update the target file all at once.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.