Learning the Korn Shell

Learning the Korn ShellSearch this book
Previous: C.1 FTPAppendix C
Obtaining Sample Programs
Next: C.3 BITFTP
 

C.2 FTPMAIL

FTPMAIL is a mail server available to anyone who can send electronic mail to and receive it from Internet sites. This includes any company or service provider that allows email connections to the Internet. Here's how you do it.

You send mail to ftpmail@online.ora.com. In the message body, give the FTP commands you want to run. The server will run anonymous FTP for you and mail the files back to you. To get a complete help file, send a message with no subject and the single word "help" in the body. The following is an example mail session that should get you the examples. This command sends you a listing of the files in the selected directory, and the requested example files. The listing is useful if there's a later version of the examples you're interested in.

% mail ftpmail@online.ora.com
Subject:
reply alan@ora.com	(where you want files mailed)
open 
chdir /published/oreilly/nutshell/ksh
dir
mode binary
uuencode	(or btoa if you have it)
get ksh.tar.Z
quit
%

A signature at the end of the message is acceptable as long as it appears after "quit."

All retrieved files will be split into 60KB chunks and mailed to you. You then remove the mail headers and concatenate them into one file, and then uudecode or atob it. Once you've got the desired file, follow the directions under FTP to extract the files from the archive.

VMS, DOS, and Mac versions of uudecode, atob, uncompress, and tar are available. The VMS versions are on gatekeeper.dec.com in /archive/pub/VMS.


Previous: C.1 FTPLearning the Korn ShellNext: C.3 BITFTP
C.1 FTPBook IndexC.3 BITFTP

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System