is there a way download a webpage and store into the sd card as txt file?

Hello, all.
Im new to arduino. currently i am playing with the uno and w5100 ethernet shield.
I could be able to run those examples with uno and w5100.
I wonder if any examples with downloading a webpage and store into the sd card as txt file.

Thanks.

See: File->Examples->Ethernet->WebClient to see how to fetch the contents of a web page.

See: File->Examples->SD->Datatlogger to see how to save text in a file on an SD card.