Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!cs.utexas.edu!usc!wuarchive!udel!mmdf From: @utrcgw.utc.com:mark@ardnt1 (mark) Newsgroups: comp.sys.amiga.introduction Subject: Re: FTP?? Message-ID: <44544@nigel.ee.udel.edu> Date: 13 Feb 91 14:37:07 GMT Sender: mmdf@ee.udel.edu Lines: 234 on 12 Feb 91 16:45:16 GMT, Mike Cerrato <@utrcgw.utc.com:sirotto@oak.circa.ufl.EDU> said: >> In article <8355@ucdavis.ucdavis.edu>, >> zerkle@iris.ucdavis.edu (Dan Zerkle) writes: > At this point, you will be asked for a user name. You should type > "anonymous". When you get asked for a password, you should type your > user name. This makes sense. You will then be logged on. >> I use FTP on VMS and have found that you have to type >> USER "". Since VMS converts everything to uppercase, >> the username must be in quotes if it contains any lowercase >> letters. For example to log on to ab20.larc.nasa.gov: >> USER "anonymous" This is not necessarily true. We have the Wollongong WIN/TCP package (I don't remember the version #) on our VMS (V4.6) system at work. I have used FTP the following ways: from VMS to Unix from VMS to VMS (just as a test, I normally use Decnet to transfer files) from Unix to VMS from Unix to Unix and have never had to worry about the case of the username or filename. > > This sort of login is much more restricted than the normal login. > You can run programs as usual. There are a few things you can do: > > 2. Change directories on the remote machine. This is usually "cd" or > "chdir". >> Directory names containing lowercase letters or "/" must be enclosed >> in quotes to keep them from being converted to uppercase. The only that I've had to watch for is that VMS doesn't like filenames with more than one period in them. You can "get" a file that has more than one period and VMS will accept it. It's just that VMS will generate a "strange" name for that file. It is generally best to give a name to VMS file when entering the get command. For example: get stuff.1.0.tar.Z stuff-1-0-tar.z ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ remote filename local filename > 3. Get a file from the remote machine. This is usually done with > "get" or "mget". Note that if you are transferring a file that > is not plain text, you should type the command "binary" before > doing this. "Get" will copy the file from the remote machine to > the current directory on your machine. >> Filenames containing lowercase letters or "/" must be enclosed in >> quotes. The equivalent for the "binary" command is SET TYPE IMAGE. Our version doesn't recognize SET TYPE IMAGE it uses the "binary" command. > Dan Zerkle zerkle@iris.eecs.ucdavis.edu (916) 754-0240 > Amiga... Because life is too short for boring computers. >> FTP has a pretty comprehensive help file. Just type HELP at >> the FTP> prompt. If you are having problems, check the Hints >> topic (if there is one) under the command you are trying to use. >> I hope this is helpful . . . Yes, if all else fails, try HELP. See the sample session below. >> ___ __ >> |\ |\ | / \ SirOtto--Gallant Knight of a rather large, squarish >> | \ | \ | / table someplace in the West Panhandle of Florida. >> | \ | \ |--< >> | \| \|___\____/ Michael E. Cerrato -- University of Florida >> Internet: sirotto%maple.decnet@pine.circa.ufl.edu >> UUCP: ...!uunet!uflorida!pine.circa.ufl.edu!sirotto%maple.decnet I realize that there are several TCP/IP packages for VMS, and your's may have the limitations that you described, but there are other versions that do not have the same limitations. I also realize that when we finally upgrade from VMS V4.6 and upgrade our TCP/IP package accordingly, that I may also start enjoying some of these "features". Sample session that illustrates some of the above follows: $ ftp ardnt1 Connection Opened Using 8-bit bytes. cd end => bye list => directory mrm => mdelete mv => rename nlist => ls quit => bye retrieve => get rm => delete store => put username => login ? => help exit => bye close => disconnect * * *cd src/X/xdesk