# # # 01-Jan-09 amo Date-of-Birth # # http://www.gnu.org/software/wget/ # http://ftp.gnu.org/gnu/wget/ # ftp://ftp.gnu.org/gnu/wget/ # # # -N keeps the same date # # cd /opt/SrcCD/Web # # wget -c -N ftp://ftp.gnu.org/gnu/wget/wget-1.11.4.tar.bz2 # # cd /usr/local/src/ # tar jxpvf /opt/SrcCD/Web/wget-1.11.4.tar.bz2 # cd wget-1.11.4 # ./configure # make # make install # # mv /usr/bin/wget /usr/bin/wget-1.8.2 # # # BUGS # ======== # Suse-9.0: # wget-1.8.2 - fails to download 4GB DVD files, only gets 200MB-300MB or so # # End of file