Есть виртуальная машина(дебиан 10) с IP 192.168.0.5
На своей машине(opensuse 15 с IP 192.168.0.4)
$f = fopen("/path/to/1.php", "w");
$g = fopen("/path/to/2.php", "r");
stream_copy_to_stream($g, $f);
fclose($g);
fclose($f);
GET /phpmyadmin/ HTTP/1.1
Host: localhost