Wget: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
k bot Mengubah: ar:وجت |
k ~cite |
||
(20 revisi perantara oleh 15 pengguna tidak ditampilkan) | |||
Baris 5:
| screenshot = [[Berkas:Wget-screenshot.png|250px]]
| caption = [[Cuplikan layar]] Wget di [[Linux]]
| developer = Micah Cowan
|
| latest release date = {{Start date and age|2021|01|09|df=yes}}<ref>{{cite web
| url = https://lists.gnu.org/archive/html/info-gnu/2021-01/msg00007.html
| title = wget-1.21.1 released [stable]
| first = Darshit
| last = Shah
| publisher = The Free Software Foundation
| date = 2021-01-09
| access-date = 2021-01-15}}</ref>
| operating_system = [[Antar-platform]] ([[Linux]] dengan paket wget atau [[busybox]], sedangkan untuk [[Microsoft Windows|Windows]] dapat didownload langsung di website Wget)
| programming_language = [[C (bahasa pemrograman)|C]]
| genre = [[File Transfer Protocol|klien FTP]] / [[Penjelajah web|klien HTTP]]
Baris 15 ⟶ 21:
| website = http://www.gnu.org/software/wget/
}}
'''GNU Wget''',
Fitur-fiturnya meliputi pengunduhan rekursif, konversi pranala untuk peninjauan offline dari HTML lokal,
Wget digunakan sebagai basis program-program GUI semisal [[Gwget]] untuk desktop [[GNOME]]. Dirilis di bawah [[Lisensi Publik Umum GNU]] v3, Wget adalah [[perangkat lunak bebas]].
Baris 23 ⟶ 29:
<!--
==Fitur==
===
Wget
===Pengunduhan rekursif===
Baris 46 ⟶ 52:
*Files larger than 2 [[gibibyte|GB]] are [[Large File Support|supported]] on 32-bit systems that include the appropriate interfaces.
*Download speed may be [[Bandwidth Throttling|throttled]] to avoid using up all of the available [[Bandwidth (computing)|bandwidth]].
-->
== Penggunaan Wget ==
=== Penggunaan dasar ===▼
Penggunaan dasar GNU wget adalah dengan menjalankannya melalui terminal baris perintah dan menyertakan satu atau lebih URL sebagai argumen.
▲===Penggunaan dasar===
<pre>
#
#
wget http://www.example.com/
</pre>
<pre>
#
wget ftp://ftp.gnu.org/pub/gnu/wget/wget-latest.tar.gz
</pre>
Penggunaan yang lebih kompleks termasuk mengunduh otomatis beberapa URL dan menyimpannya sesuai susunan direktori.
<pre>
#
# (
wget -erobots=off -r -l1 --no-parent -A.gif http://www.server.com/dir/
</pre>
<pre>
#
# kemudian mengubah URL di dalamnya untuk mengacu pada isi lokal yang telah diunduh.
wget -p -k http://www.example.com/
</pre>
<pre>
#
wget -r -l 0 http://www.example.com/
</pre>
<!--
===Penggunaan tingkat lanjut===
<pre>
Baris 116 ⟶ 126:
#Mirror website to a static copy for local browsing.
#This means all links will be changed to point to the local files.
#Note --html-extension will convert any CGI, ASP or PHP generated files to HTML (or anything else not
wget --mirror -w 2 -p --html-extension --convert-links -P <dir> http://www.yourdomain.com
</pre>
-->
== Penulis dan hak cipta ==
GNU Wget
<!--
==Sejarah==
===Sejarah
Wget is the descendant of an earlier program named '''Geturl''' by the same author, the development of which commenced in late 1995. The name was changed to ''Wget'' after the author became aware of an earlier [[Amiga]] program named '''GetURL''', written by James Burton in [[AREXX]].
Baris 182 ⟶ 194:
Wget's [[documentation]], in the form of a [[Texinfo]] reference manual, is distributed under the terms of the [[GNU Free Documentation License]], version 1.2 or later. The [[man page]] usually distributed on Unix-like systems is automatically generated from a subset of the Texinfo manual and falls under the terms of the same license.
-->
== Lihat pula ==
{{portal|Free software|Free Software Portal Logo.svg}}
* [[GNU|The GNU Project]]
* [[cURL]]
* [[NcFTP]]
* [[Web crawler]]
* [[HTTrack]]
* [[lftp]]
== Pranala luar ==
* [http://www.gnu.org/software/wget/ Halaman resmi Wget]
* [ftp://ftp.gnu.org/pub/gnu/wget/ Direktori Wget di ftp.gnu.org]
* [ftp://gnjilux.srk.fer.hr/pub/unix/util/wget/ Situs wget FTP kuno] {{Webarchive|url=https://web.archive.org/web/20140813040637/http://gnjilux.srk.fer.hr/pub/unix/util/wget/ |date=2014-08-13 }} yang berisi rilis riwayatis, termasuk rilis ''Geturl'' sejak 1.0 ke muka.
* [http://hg.addictivecode.org/ Situs penyimpanan Mercurial Wget]
* [http://gnuwin32.sourceforge.net/packages/wget.htm WGET untuk Windows] sebagai bagian dari [[GNUWin32]]
* [http://users.ugent.be/~bpuype/wget/ Wget yang dikompilasi untuk Windows] {{Webarchive|url=https://web.archive.org/web/20090516094048/http://users.ugent.be/~bpuype/wget/ |date=2009-05-16 }}
* [http://khomsanph.net/visualwget/ VisualWget untuk windows]
* [http://wget.addictivecode.org/FrequentlyAskedQuestions?action=show&redirect=Faq Pertanyaan yang sering diajukan tentang Wget]
* [http://www.devarticles.com/c/a/Web-Services/Website-Mirroring-With-wget/ Panduan mungil Wget] {{Webarchive|url=https://web.archive.org/web/20090521235529/http://www.devarticles.com/c/a/Web-Services/Website-Mirroring-With-wget/ |date=2009-05-21 }}
* [http://www.akadia.com/services/wget.html Panduan Wget]
* [http://www.christopherlewis.com/WGet/default.htm Pemaketan Win32 oleh Christopher Lewis (beserta rilis pengembangan)] {{Webarchive|url=https://web.archive.org/web/20090322000607/http://www.christopherlewis.com/WGet/default.htm |date=2009-03-22 }}
* [http://www.martin-achern.de/wgetgui/ Wget::gui - GUI untuk wget, ditulis dengan bahasa pemrograman Perl, untuk Linux dan Windows]
* [http://en.cocoawget.nobody.jp/ CocoaWget - GUI untuk wget, untuk Mac OS X] {{Webarchive|url=https://web.archive.org/web/20090316070146/http://en.cocoawget.nobody.jp/ |date=2009-03-16 }}
* [http://www.cybershade.us/winwget/ WinWGet - GUI untuk wget, untuk Windows] {{Webarchive|url=https://web.archive.org/web/20060616030358/http://www.cybershade.us/winwget/ |date=2006-06-16 }}
* [http://wput.sourceforge.net/ Wput - balikan fungsional Wget]
{{Manajer unduhan}}
{{GNU}}
Baris 217 ⟶ 231:
[[Kategori:Modus teks]]
[[Kategori:Perangkat lunak antar-platform bebas]]
|