Download files on SSL server using wget
- March 8th, 2010
- Posted in command line
- Write comment
My internet connection is slow enough, even people says it should fast because I’m using 512 Kbps FirstMedia internet access.
So I think I need to download the Lotus Notes using my Linux Box which is colocated at an ISP in Jakarta.
But the problem is the link given by IBM uses SSL.
So I just give a command like this
$ wget -b -c –tries=0 –no-check-certificate https://some.domain.com/filename.ext
No comments yet.