On Thu, 25 May 2023 at 15:26, Amit Kulkarni <
amit1...@gmail.com> wrote:
>
> Hello Dick,
>
> Thanks for the response, I am able to download the files however its downloading everything (showing all html codes, design code for github webpage etc).
>
> Is there any way to get the contents of the actual file and not the entire page contents.
You are getting what you asked for, because these URLs are the web
pages that describe the file.
If you want the actual files, then you'd need to use the Github raw file URL.
The web page has a special button for that.
In your case the URL would look like:
https://raw.githubusercontent.com/kamitv/devops/master/FileB.txt
etc