cancel
Showing results for 
Search instead for 
Did you mean: 

How can i use the wget.exe

Former Member
0 Kudos

Hi All,

I am sai, i have a requirement to pick the files from the web page. i want to use the "wget.exe" to get the files from the webpage. but in the file adapter what should i specify the source path file and where i download the getting file.

please give the brief explanation on this scenario.

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

One way of doing is that enter wget command in the operating system command field of file adapter

Example wget ftp://dfdfdf/fdfdf/1.txt or wget http://sdfd/fdf/1.html

Refer this [link|http://linux.about.com/od/commands/l/blcmdl1_wget.htm]

Former Member
0 Kudos

ok Baskar, but in the file adapter how can i use it. at sender side which adapter i can use.

Shabarish_Nair
Active Contributor
0 Kudos

if you are using a script for the wget command, then you can provide any server in the file adapter it will be the script who will actually extract the file for you

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Use File adapter and call script in it... The below link will help

Refer this [link|http://wiki.sdn.sap.com/wiki/display/XI/SAPXIFileAdapterOSCommandLine+Feature]