Hi Monks, I am trying to download .exe file from the server, I can fetch that file but while running the exe file, I get below error, "Missing filename header". below is the code:
Can you please help me to get rid of this error. Thanks & Regards.use strict; use LWP::Simple; my $url = "http://server:port/ws/1/console/webstart?full=true"; my $file = "Console.exe"; my $code = getstore($url, "$file"); print "CODE : $code\n";
In reply to Missing filename header by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |