Yes, please use curl as follows:
curl -sS https://www.google.com/robots.txt | hadoop fs -put - /robots.txt
It downloads the robots.txt file and put it directly to /robots.txt on your HDFS. You can check it by running the following command afterward:
hadoop fs -ls /
424 questions
364 answers
99 comments
665 users