cancel
Showing results for 
Search instead for 
Did you mean: 

Save file on local machine.

Former Member
0 Kudos

I want to save a file which is on xMII server and I want it to save on my local machine which is physically at different location using BLS "File Saver" action block.

But it doesn't accept any local folder. Is there any way out for saving the file on my local machine.

Thanks,

Ankit

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Ankit

How about trying with the action <b>FTP Put File</b> in BLS?

Regards

Som

jcgood25
Active Contributor
0 Kudos

Ankit - any updates on your progess with this question?

jcgood25
Active Contributor
0 Kudos

Consider your situation - exactly how do you think a java based web application will get direct access to your local file system from a background transaction in BLS?

You will have to initiate this from the client browser, so if the file is xml for example you can save the file to the webserver and then access it through an http://server/xxxxx/file.xml request, using the file...save as browser feature.

Regards,

Jeremy