Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
shrikavi2008
Contributor
Contributor

Download files from https site

Hi,
I want to download zip files from https://xyz.company.com and this site username and password.
I tried with various component like tFileFetch , thttprequest . but no luck.
Please let me know, how to get/download file from https:// ?

Regards,
R.Bharath

Labels (2)
2 Replies
Anonymous
Not applicable

Hi,
Have you tried to choose "https" procotol on tfilefetch component? What's the error you are facing?
Best regards
Sabrina
shrikavi2008
Contributor
Contributor
Author

Hi Sabrina,
Thanks for your response. I'm using Talend Data fabric 6.0.1
In Basis Setting
----------------
Protocol --> https
URI -->" https://ipaddress"
destination directory -->"C:/test"
Destination Filename-->"a.txt"
In Advanced Setting
-------------------
need authication -->checked and given username and password
Here is the Error message:

Starting job test at 13:54 26/04/2016.
[statistics] connecting to socket on port 3484
[statistics] connected
[FATAL]: tdq.test_0_1.test - tFileFetch_1 Method failed: HTTP/1.0 404 Not found
Exception in component tFileFetch_1
java.lang.Exception: Method failed: HTTP/1.0 404 Not found
 at tdq.test_0_1.test.tFileFetch_1Process(test.java:739)
 at tdq.test_0_1.test.runJobInTOS(test.java:1187)
 at tdq.test_0_1.test.main(test.java:1021)
[statistics] disconnected
Job test ended at 13:54 26/04/2016. [exit code=1]