Automatically download file from link
Hello.
Is it possible to automatically with the script download xml file from https link?
All that is available is links - https://example.com/uploads/file.xml
I want to create a script who this file.xml file download on local machine at particular location. Something like wget where you can specify a link and it downloads to your computer.
I already have scripts who download files from SFTP servers and also upload on SFTP server.
Thank you!
Is it possible to automatically with the script download xml file from https link?
All that is available is links - https://example.com/uploads/file.xml
I want to create a script who this file.xml file download on local machine at particular location. Something like wget where you can specify a link and it downloads to your computer.
I already have scripts who download files from SFTP servers and also upload on SFTP server.
Thank you!