From: Jano Svitok Date: 2008-03-25T20:16:10+09:00 Subject: Re: Remote files? On Tue, Mar 25, 2008 at 11:30 AM, wrote: > I need to read the contents of 2 files on a remote webserver, for > example: http://www.domain.com/box/text.txt > > The first file is a plain-text file and the other is a binary file > (photo). > > Text file: > I need to read the text and keep in memory > > Binary file: > Basically I just need to move the contents to my own server and store > it in a new file. > > Can anyone send me on the right track? open-uri, net/http