vitis copy -v <file_in_vitis> -o <destination>
    This command copies a file (or a directory) from mounted Vitis system
    to any location.
    Example:
        vitis copy -v Books/Hamlet.txt -o /home/user/Documents/
            The file "Hamlet.txt" from the "Books" category
            will be copied to the "/home/user/Documents" directory.
