0

I want to use script to download file daily.

This work perfectly on some links,

curl -kL http://kodimalaysia.com/m3u/176b8-ujwsej.xml.gz -o /volume1/docker/webgrabplus/data/mysg.xml.gz

However the command line not working with links with username and password.

Example: http://livegopanel.club:8080/xmltv.php?username=USERNAME&password=PASSWORD

In my script I will put multiple links to download.

Can anyone help me?

Thanks in advance.

Boon
  • 1

1 Answers1

0

Just to add double quotes between the link, then it will download the files.

Boon
  • 1