FileSystemObject can only read local files. Therefore you have 2 options. Firstly you can use
URLDownloadToFile to download the text file and then you can read it locally. Second option is to use ajax, an example can be found here
-dt-'s reply to Tips.