Possible Duplicate:
Does anybody here have experience in automating some tasks in web applications using curl?
Sorry for the lengthy title.
I am trying use command line to download a file,which can only be accessed in a given session.
Like this one:
You do not know the exact path of the file, so I could not download it directly.
I have three questions:
- How to use Linux command line to download it?
- What is this special download technique called? How does it work?
- Is this possible to download the same file across sessions?