Offloaded Data Transfers (ODX) are supported by the following Windows API functions:
CopyFile
CopyFileEx
MoveFile
MoveFileEx
CopyFile2
https://msdn.microsoft.com/en-us/library/windows/hardware/dn265282%28v=vs.85%29.aspx
To have ViceVersa use the native CopyFileEx Windows API when copying files, enable
the option Use Windows native file copy
in ViceVersa profile settings -> performance / options. With this option enabled, ViceVersa will use offloaded data transfer capabilities if they are available.
|