setelah saya coba,
yang di download baru file index.html saja pak ya....
kalau link-link yang ada di index.html belum di download
btw thx reply-nya...
salam
NBP
Novie Yoss Mardian wrote:
> On Tue, 2007-09-04 at 17:04 +0700, K0M4N6 wrote:
>> Halo linuxer,
>> Saya mau tanya webcopier yang jalan under linux dan command base,
>> Ada nggak ya?
>> Kalau di saya di windows saya pakai WinHTTrack,
>> untuk versi linux biasanya pake apa ya?
>> kalau bisa cukup ekesekusi commandnya dari console.
>> kalau ada yang pernah pake tolong di share ya....
>>
>
> coba pake wget,
>
> utk niru WinHTTrackmu
> bisa copy paste script berikut ini.(thanks to xantorohara)
> Misal, nama scriptmu LinHTTrack.sh :-)
>
> Bikin file dulu
> $ vi LinHTTrack.sh
>
> ----------------------------------------
> #!/bin/bash
> if test -z "$1"; then
> echo "Linux Web Copier."
> echo "Usage: echo $0 <target URL>"
> exit
> fi
>
> DATE=`date +%Y.%m.%d_%H.%M.%S.%N`
> LOG=~/`basename $0`-$DATE.log
> touch $LOG
>
> if test ! -w "$LOG"; then
> LOG=/dev/stdout
> fi
>
> wget --continue --recursive --no-parent --relative --convert-links $1
|tee $LOG
> ----------------------------------------
>
> Bikin scriptmu executable
> $chmod +x LinHTTrack.sh
>
>
> Contoh cara pemakaiannya:
> Katakanlah kamu ingin mencopy http://www.w3.org/TR/xhtml11
> maka perintahnya:
>
> $./LinHTTrack.sh http://www.w3.org/TR/xhtml11
>
> Mudah bukan?
>
>
>
--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis