HP3000-L Archives

June 2011, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lars Appel <[log in to unmask]>
Reply To:
Date:
Mon, 20 Jun 2011 23:08:55 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
Dave Vogt wrote:
> For the data I am doing a Binary Transfer with a record size of 434.
> For the dictionary I am doing a ASCII with a record size of 80.
  ...

> But if I use dos to FTP the file to the HP3000 using the following ftp commands...
>
> put qbtohp.ps qbtohpq;rec=-434,,v,binary
> put qbtohp.psd qbtohp;rec=-80,,f,ascii
...

> ftp>  put qbtohp.ps qbtohpq;rec=-434,,v,binary
> 200 PORT command ok.
> 150 File: qbtohpq;rec=-434,,v,binary opened; data connection will be opened
> 226 Transfer complete. Some records were truncated during transfer.

Dave,

seems to me that your ftp transfer specifies an MPE target file of type binary, but
does not use binary transfer mode (and thus there is some inappropriate conversion
resulting in the "truncated" warning).

Does it make a difference to use the following ftp sequence?
  ftp> binary
  ftp> put ...
  ftp> ascii
  ftp> put ...

Binary transfer mode is not the same as specifying a binary MPE target file type.

Lars.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2