Lets say I have:
http://www.example.com/logsfiles/20160825log.txt
I want a script that asks me for year, month, and day and it should get the content inside that file and display it on screen. I dont want to download it or anything. Just display the content.
Id be using Read-Host for input. Id check with a $var -is [int] to make sure there is a int
submitted by /u/riahc3
[link] [comments]
The post Display content of a txt file off a remote website? appeared first on How to Code .NET.