Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a tSystem component which runs a wget command to get a file from a website.
Here is the command:
"cmd /c wget --user=userHere --password=passHere http://websiteHere/fileHere_2019-04-18.zip"
Currently the file is going to this path:
D:\TOS_DI-20181026_1147-V7.1.1\workspace\TALEND\poms\jobs\process\myJob\wgetfilepull_0.1\src\main\ext-resources\myFile_2019-04-18.zip
If I add -o pathHere/fileHere.zip the command notifications are written to this file, but the contents of the .zip file aren't put there.
How could I get the wget command to put the .zip file to this path?
D:/myFolder/myFile.zip
Hi talendtester
-o output the logs to log file. Try to check 'Use home directory' box and select a folder which will be the default path.
Regards
Shong
Hi talendtester
-o output the logs to log file. Try to check 'Use home directory' box and select a folder which will be the default path.
Regards
Shong