Hi
I have some url I need to use to download a .zip file and extract it on some folder, something like https://…/pdfs.zip
I don’t need any user and password or credential to download it
Which action I can use to do that ?
Hi
I have some url I need to use to download a .zip file and extract it on some folder, something like https://…/pdfs.zip
I don’t need any user and password or credential to download it
Which action I can use to do that ?
You can use the HTTP Get action to do this.
Thanks but it doesn’t seem to work for me, does it support https ? and use the credentials ?
When I’m using security ( using user and password ) I get this:
Sending HEAD request to determine filename…
Error retrieving url : Socket Error # 11001
Host not found.
When I leave security empty I get this:
Sending HEAD request to determine filename…
Error retrieving url : HTTP/1.1 403 Forbidden
Response Code : 403
I also tried the WGet download action but it also didn’t work, I had to use the --auth-no-challenge which doesn’t exists in FB
Anyway as a workaround I just run wget command using Execute program action with all my needed parameters