summaryrefslogtreecommitdiffstats
path: root/chapter_15.xml
diff options
context:
space:
mode:
authorAlan Hicks <alan@lizella.net>2010-05-01 14:09:10 -0400
committerAlan Hicks <alan@lizella.net>2010-05-01 14:09:10 -0400
commit60bf858f657af85f821fab3471796eb6cc449138 (patch)
tree7ed616d30d23c0bd82895660146fe5b2591d3da7 /chapter_15.xml
parent206436ccce0aba09b11633647051e4a4356de98f (diff)
downloadslackbook-60bf858f657af85f821fab3471796eb6cc449138.tar.xz
Added a little extra example info on wget.
Diffstat (limited to 'chapter_15.xml')
-rw-r--r--chapter_15.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/chapter_15.xml b/chapter_15.xml
index ea49478..3a16ac9 100644
--- a/chapter_15.xml
+++ b/chapter_15.xml
@@ -375,6 +375,21 @@ protocols.
</para>
<screen><prompt>darkstar:~# </prompt><userinput>wget ftp://ftp.osuosl.org/pub/slackware/slackware-current/ChangeLog.txt</userinput>
+--2010-05-01 13:51:19--
+ftp://ftp.osuosl.org/pub/slackware/slackware-current/ChangeLog.txt
+ => `ChangeLog.txt'
+Resolving ftp.osuosl.org... 64.50.236.52
+Connecting to ftp.osuosl.org|64.50.236.52|:21... connected.
+Logging in as anonymous ... Logged in!
+==> SYST ... done. ==> PWD ... done.
+==> TYPE I ... done. ==> CWD /pub/slackware/slackware-current ... done.
+==> SIZE ChangeLog.txt ... 75306
+==> PASV ... done. ==> RETR ChangeLog.txt ... done.
+Length: 75306 (74K)
+
+100%[======================================>] 75,306 110K/s in 0.7s
+
+2010-05-01 13:51:22 (110 KB/s) - `ChangeLog.txt' saved [75306]
</screen>
</section>