Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!TELESYS.NCSC.NAVY.MIL!mark From: mark@TELESYS.NCSC.NAVY.MIL ("Mark L. Williams") Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: Re: How Do You FTP Files Of Form *.tar.Z To A PC? Message-ID: <9105131427.AA21320@telesys.ncsc.navy.mil> Date: 13 May 91 14:27:57 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 25 Will Estes writes... >I'm probably missing something obvious, but today while doing >an FTP from a UNIX machine to a PC I was unable to transfer >files that had been both TARred and COMPRESSed. These files >were of the form .tar.Z. Upon issuing the GET command >from the PC I got a message "Unable to open file". This was >using Wollongong's WIN/TCP For DOS. Is the inability to deal >with a three-part name a failure of the WIN/TCP product, or >is there a trick I can use here to get the file over to my PC? > >Thanks, >Will Estes Internet: Will@cup.portal.com > UUCP: apple!cup.portal.com!Will The problem _is_ kind of obvious when you hear what it was... DOS filenames must be filename.ext. There's no way to have two dots in a local PC filename. You'll have to use a GET remotefile localfile syntax, giving a legal local file name for the PC. I think that'll solve your problem. Mark