On file:////usr/local/lib/erlang/doc/system_principles/ part_frame.html the target_system code still calls file:rawopen/2 in the function copy_file/3. It should call file:open/2 and use a list for the options rather than a tuple. jay