Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!csun!news From: swalton@solaria.csun.edu (Stephen Walton) Newsgroups: comp.sys.amiga.datacomm Subject: Re: VLT trouble with Kermit uploads Message-ID: <1991Jan29.235644.2326@csun.edu> Date: 29 Jan 91 23:56:44 GMT References: <1991Jan29.052143.5069@math.lsa.umich.edu> Sender: news@csun.edu (News Administrator) Reply-To: swalton@solaria.csun.edu (Stephen Walton) Organization: Cal State Northridge Lines: 18 In-Reply-To: dbuchtal@math.lsa.umich.edu (Dave Buchthal) In article <1991Jan29.052143.5069@math.lsa.umich.edu>, dbuchtal@math (Dave Buchthal) writes: >Using version V4.846 of VLT and 1.5 of XPRKermit, I uploaded >files to the Sun, with the Sun in "Remote is server" mode. >When the files got there, they were all named "VD0:xxxx" .. This is, unfortunately, expected. The "Convert Filename" switch does much more than lower-case the name: it actually strips off all leading path information and reduces the name to a least-common denominator form, in accord with standard Kermit procedure. With "Convert Filename" off, the literal Amiga filename is sent to the receiving system. I'm open to easy-to-implement suggestions for improving this. If you use the Change Directory command (right-amiga-D) of VLT before sending, this won't happen. Steve Walton, XPR Kermit co-author and maintainer