Input/output error for https site

Hello friend,

I am trying to scrape the site which has https secure locket and I am facing input/output error.
I want to export the excel file, first login into the site and after that click on the "Ashley online catalog" link which is on the left side, after that checked the
"Ashley Express Items" and click on the "Search". after that you will find the "Export to Excel" link on the left side.

I want that file through scraping.

https://www.ashleydirect.com

AD_MicroD
XXXXXXX

Please help me to get that file using screen scraper.

Thanks
Shyam

Using version 7, I saw the

Using version 7, I saw the input/output error, but remedied it by going to the scraping session > advanced tab, and changing the client to "Ning Async Http Client".

The link to download the file has POST parameters, so it needs scrapeableFile.saveFileOnRequest() to save. I can't tell if you have a license, but would need the enterprise version to make that method work. If you just have the professional version I might be able to help also--let me know.