|
... ou're trying to use and so you can't get
in. The only alternative is to either try again in 20 minutes or so, or
wait until later in the day, when the load might be lower.
When this
happens in veronica, try one of the other veronica entries.
When you retrieve a file through gopher, you'll sometimes be asked
if you want to store it under some ludicrously long name (there go our
friends the system administrators again, using 128 characters just
because Unix lets them). With certain MS-DOS oakland internet designers lan web designer communications programs, if
that name is longer than one line, you web designer oakland won't be able to backspace all the
way back to the first line if you want to give it a simpler name.
Backspace as far as you can. Then, when you get ready to download it to
your home computer, remember that the file name will be truncated on your
end, because of MS-DOS's file-naming limitations. Worse, your computer
might even reject the whole thing. What to do? Instead of saving it to
your home directory, mail it to yourself. It should show up in your mail
by the time you exit gopher. Then, use your mail command for saving it
to your home directory -- at which point you can name it anything you want.
Now you can download it.
8.9 FYI
David Riggins maintains a list of gophers by type and category. You
can find the most web designer oakland recent one at the ftp site ftp.einet.net, in the pub
directory. Look for a file with a name like "gopher-jewels.txt."
Alternately, you can get on a mailing list to get the latest version sent
to your e-mailbox automatically. Send a mail message to gopherjewelslist-
request@tpis.cactus.org (yep, that first part is all one word). Leave
the "subject:" line blank, and as a message, write SUBSCRIBE.
Blake Gumprecht maintains a list of gopher and telnet sites related
to, or run by, the government. He posts it every three weeks to the
news.answers and soc.answers newsgroups on Usenet. It can also be
obtained via anonymous ftp from rtfm.mit.edu, as
/pub/usenet/news.answers/us-govt-net-pointers.
Students at the University of Michigan's School of Information and
Library Studies, recently compiled separate lists of Internet resources
in 11 specific areas, from aeronautics to theater. They can be obtained
via gopher at gopher.lib.umich.edu, in the "What's New and Featured
Resources" menu.
The Usenet newsgroups comp.infosystems.gopher and
comp.infosystems.wais are places to go for technical discussions about
gophers and WAISs respectively.
The Interpedia project is an attempt to take gopher one step web designer oakland
further, by creating an online repository of all of the interesting and
useful information availble on the Net and from its users. To get on the
mailing list for the project, send an e-mail message, with a "subject:"
of "subscribe" to interpedia-request@telerama.lm.com. You can get
supporting documentation for the project via anonymous ftp at ftp.lm.com
in the pub/interpedia directory.
Chapter 9: ADVANCED E-MAIL
9.1 THE FILE'S IN THE MAIL
E-mail by itself is a powerful tool, and by now you may be
sending e-mail messages all over the place. You might even be on a
mailing list or two. But there is a lot more to e-mail than just
sending messages. If your host system does not have access to ftp,
or it doesn't have access to every ftp site on the Net, you can have
programs and files sent right to your mailbox. And using some simple
techniques, you can use e-mail to send data files such as spreadsheets,
or even whole programs, to web designer cincinnati friends and colleagues around the world.
A key to both is a set of programs known as encoders and
decoders. For all its basic power, Net e-mail lan flash designer has a big problem: it
can't handle graphics characters or the control codes found in even
the simplest of computer programs. Encoders however, can web lan web designer designer oakland translate
these into forms usable in e-mail, while decoders turn them back into
a form that you can actually use. If you are using a Unix-based host
system, chances are it already has an encoder and decoder online that
you can use. These programs will also let you use programs posted in
several Usenet newsgroups, such as comp.binaries.ibm.pc.
If both you and the person with whom you want to exchange files use
Unix host systems, you're in luck because virtually all Unix
host systems have encoder/decoder programs online. For now, let's
assume that's the case. First, upload the file you want to send to your
friend to your host site (ask your system administrator how to upload a
file to your name or "home" directory if you don't already know how).
Then type
uuencode file file > file.uu
lan flash designer
and hit enter.
"File" is the name of the file you want to prepare for
mailing, and yes, you have to type the name twice! The > is a Unix
command that tells the system to call the "encoded" file "file.uu"
(you could actually call it anything you want).
Now to get it into a mail message. The quick and dirty way is to
type
mail friend
where "friend" is your friend's address. At the subject line, tell
her the name of the enclosed file. When you get the blank line, type
~r file.uu
or whatever you called the file, and hit enter. (on some systems, the ~
may not work; if so, ask your system administrator what to use). This
inserts the file into your mail message. Hit control-D, and your file
is on its way!
On the other end, when your friend goes into her mailbox, she
should transfer it to her home directory. Then she should type
uudecode file.name
and hit enter. This creates a new file in her name directory with
whatever name you originally gave it. She can then download it to her
own computer.
Before she can actually use it, though, she'll have to
open it up with a text processor and delete the mail header that has
been "stamped" on it. If you use a mailer program that automatically
appends a "signature," tell her about that so she can ... |