Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!samsung!uunet!dg!dg-rtp.dg.com!dave From: dave@mystie.webo.dg.com (David Kopper) Newsgroups: comp.sys.apple2 Subject: Frequently Asked Questions (and answers) of comp.sys.apple2 - part 2 Keywords: FAQ, questions and answers Message-ID: <1268@dg.dg.com> Date: 25 Jan 91 15:07:02 GMT Sender: root@dg.dg.com Reply-To: dave@mystie.webo.dg.com (David Kopper) Organization: Data General Corporation, Westboro, MA Lines: 716 [Last edited on January 25, 1991] This is the second half of the frequently asked questions (and answers) article. ======================================================================== Subject: What is FTP? FTP is a program available to many schools and certain businesses which are connected to Internet. This program permits file transfers over a high speed international network. Note: FTP with remote hosts is a privilege! The remote sites can stop their FTP service if so they desire. Please try to restrict your FTP usage to off-peak hours. Some basic directions to get you started with FTP follow: Enter the FTP program (type FTP, if you get an FTP command prompt then you're in the FTP program). Type: open ; This command will establish ; a connection to a remote site. Where is the name or address of the remote FTP site from which you are trying to retrieve files. You will be prompted for a username. Type: anonymous ; The username anonymous is ; recognized by many FTP sites ; as a guest account. You will be prompted for a password. Type: your electronic mail address ; The password is usually your ; Internet return mail address. ; In my case it is ; dave@mystie.webo.dg.com Now you are logged onto the remote host. Some commands you might want to use after you log on follow: dir ; Show me a listing of the files ; in the current directory dir []; Put a copy of a listing of the ; files that are in directory ; into a file on my machine for ; later perusal. cd ; Change the current directory ; to . pub is typically ; where the public's files are ; stored. type binary ; Change the way a file is sent ; from the default of ASCII ; (7 bits) to binary (8 bits). ; There are sometimes other ; modes, such as tenex. get []; Retrieve a file (named ; ) from the ; remote host to your local ; host. If you supply a second ; argument, then the remote ; file is stored as that local ; filename. put ; Send a file to the remote ; host. mget