[ Pobierz całość w formacie PDF ]
.13751Precedence: bulkReplyTo:Orig messageid:Orig subject: testOrig from: Philip BaczewskiOrig date: 14 Jul 94 01:17:11 EDTconnecting to ftp.unt.edu.Connecting to ftp.unt.edu220 mercury FTP server (SunOS 4.1) ready.logging in as user=anonymous password=ftpmail/XXXXX.XXX@compuserve.comaccount=.> USER anonymous331 Guest login ok, send ident as password.> PASS230 Guest login ok, access restrictions apply.> TYPE A200 Type set to A.changing working directory to pub/misc.> CWD pub/misc250 CWD command successful.=== getting 'quikkwic.exe'.> TYPE I200 Type set to I.> PORT 16,1,0,6,16,233http://docs.rinet.ru/ITricks/tig07.htm (16 of 23) [4/18/1999 12:38:50 AM]Tricks of the Internet Gurus tig07.htm200 PORT command successful.> RETR quikkwic.exe150 Binary data connection for quikkwic.exe (16.1.6,4329) (32032 bytes).226 Binary Transfer complete.mailing.XXXXX.XXX@compuserve.com.Connecting to mailgate.compuserve.com (tcp).XXXXX.XXX@compuserve.com.Sentquikkwic.exe (pub/misc@ftp.unt.edu) (1 part, 44160 bytes) sent toXXXXX.XXX@compuserve.com> (end of ftpmail session)Ftpmail was written by Paul Vixie while at the DEC Western Research Laboratoryand at the DEC Network Systems Laboratory, from 19891993.Ftpmail is not aproduct or service of Digital Equipment Corporation and no support or warranty isexpressed or implied.NcFTP: An Alternate Unix ClientNcFTP is a variation on the standard FTP client that many Internet users have come to know and love (or loathe, as the casemay be).NcFTP is produced by a company named NCEMRSoft, which apparently consists primarily of Mike Gleason(mgleason@cse.unl.edu) and Phil Dietz (pdeitz@cse.unl.edu).The program is freely distributed and accessible throughanonymous FTP at cse.unl.edu in the /pub/mgleason directory, but an Archie search may also turn up a distribution sitecloser to you.Once retrieved, the program can be compiled on most UNIX systems.Silicon Graphics IRIX, AIX, SINIX,Ultrix, NeXT, and Pyramid OSx are listed in the README file as supported with no modifications.Additional instructionsare included for SunOS/Solaris, HP-UX, SCO Unix, SCO Xenix, Bull DPX/2, and Sequent's DYNIX.A list of features will make the frequent FTP user salivate:Supports a customizable ncftprc file that enables you to configure NcFTP settings, define entries for your favoriteFTP sites, and associate macros with those sites.Maintains a "recent sites" file that enables you to recall and reconnect to recently accessed FTP servers.Supports an FTP "redial," enabling retries of an open command to particularly busy sites on a configurable timeinterval.Supports redirection of file transfer or directory output.Allows a one-line command shortcut to retrieve a file from a designated FTP server.Allows redirection of a file, retrieved through a one-line command, to the console or to a file browser.http://docs.rinet.ru/ITricks/tig07.htm (17 of 23) [4/18/1999 12:38:50 AM]Tricks of the Internet Gurus tig07.htmSupports four kinds of file transfer progress indicators.Supports a PDIR command to view a directory listing with a previously configured file browser.Supports a PAGE command to view a remote file with a previously configured file browser.Enables you to retrieve an IP number for a fully qualified domain name.Enables you to customize your prompt.Supports an FTP session log file.After some definitions are made in your NcFTP RC file, the amount of work it takes to accomplish an FTP transfer can begreatly reduced.the following example shows one possible file of this type that sets some customization variables, definesone FTP host, and includes a short macro to be executed after a connection is made.The following is a typical NcFTP RC file.This file can be named ncftpcr, netrc,.ncftprc, or.netrc.(This last name is alsocompatible with the standard FTP program.)#set logfile ~/.ftplog#set pager "less"#set progressreports 2#unset startupmsgmachine ftp.unt.edulogin anonymouspassword baczewski@unt.edumacdef initcd /pub/librariesdir(A macro must end with a blank line.)The utility of these statements is seen in the following listing.After the NCFTP command, only the string unt was specifiedand NcFTP matched the first host it found in the RC file containing that string.Notice that there was no prompting forusername and password.Upon connection, a change was made to the /pub/library directory and a DIR command wasperformed.A PAGE command was used to view a file, and then the file was transferred to the local machine.This only scratches the surface of the features of NcFTP, but it is enough to show the utility of this program.After youbegin using it, you may never go back to the "old" FTP.For more information on NcFTP, consult the man pages and otherdocumentation files distributed with the software.The following shows a typical NcFTP session.~ % ncftp unthttp://docs.rinet.ru/ITricks/tig07.htm (18 of 23) [4/18/1999 12:38:50 AM]Tricks of the Internet Gurus tig07.htmGuest login ok, send ident as password.Guest login ok, access restrictions apply.Logged into ftp.unt.edu.total 351drwxrxrx 2 0 1 512 Sep 28 1993.caplrwxrwxrwx 1 0 1 13 Sep 28 1993 libraries.adr > libraries.txtrrr 1 0 1 1858 Jan 1 1994 libraries.africarrr 1 0 1 183584 Jan 1 1994 libraries.americasrrr 1 0 1 20360 Jan 1 1994 libraries.asialrwxrwxrwx 1 0 1 13 Sep 28 1993 libraries.con > libraries.txtlrwxrwxrwx 1 0 1 13 Sep 28 1993 libraries.contacts >libraries.txtrrr 1 0 1 89109 Jan 1 1994 libraries.europerrr 1 0 1 39063 Aug 12 1993 libraries.instructionsrrr 1 0 1 2884 Aug 11 1993 libraries.introlrwxrwxrwx 1 0 1 13 Sep 28 1993 libraries.ps > libraries.txtlrwxrwxrwx 1 0 1 13 Sep 28 1993 libraries.tx2 > libraries.txtrrr 1 0 1 795 Sep 27 1993 libraries.txtTip: You can use World Wide Web style paths instead of colonmode paths.For example, if the colonmode path was 'cse.unl.edu:pub/mgleason/ncftp',the WWWstyle path would be 'ftp://cse.unl.edu/pub/mgleason/ncftp'.ftp.unt.edu:/pub/libraryncftp>page libraries.txtThe document you tried to retrieve has gone under many changes.Pleaseread the following:The Gopher links are located at the following equivalent sites:http://docs.rinet.ru/ITricks/tig07.htm (19 of 23) [4/18/1999 12:38:50 AM]Tricks of the Internet Gurus tig07.htmName=Internetaccessible library catalogsType=1Host=yaleinfo.yale.eduPort=7000Path=1/LibrariesOr:Host=gopher.utdallas.eduPort=70Path=1/LibrariesOr:Host=gopher.sunet.sePort=70Path=1/libraries/yaleinfoIf you do not have a gopher client, one appropriate for your workstationcan be retrieved via anonymous ftp from the University of Minnesota, atboombox.micro.umn.edu:/pub/gopher.The paper document itself, in ASCII format, broken up by continents,including this introduction and a list of instructions for differentcatalogs, can be retrieved by anonymous ftp fromftp.utdallas.edu:/pub/staff/billy/libguide.ftp.unt.edu:/pub/libraryncftp>get libraries.txtReceiving file: libraries.txt100% 0 ||||||||||||||||||||||||||||||||||||||||||||||||| 795 bytes.ETA: 0:00libraries.txt: 795 bytes received in 0.10 seconds, 7.76 K/s.ftp.unt.edu:/pub/libraryhttp://docs.rinet.ru/ITricks/tig07.htm (20 of 23) [4/18/1999 12:38:50 AM]Tricks of the Internet Gurus tig07.htmncftp>quit~ %Wuarchive FTPDUNIX system managers may be interested in an alternate FTP server software package that is available.WashingtonUniversity in St.Louis, the folks that brought you Wuarchive, have developed and released Wu-FTPD (probably as a resultof bringing you Wuarchive)
[ Pobierz całość w formacie PDF ]