HP3000-L Archives

February 2000, Week 2

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:
Mark Bixby <[log in to unmask]>
Reply To:
Mark Bixby <[log in to unmask]>
Date:
Thu, 10 Feb 2000 14:49:06 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (53 lines)
Peter Osborne wrote:
>
> Hi Gary,
>
> In my experiance, as little as it may be, I am yet to find an ftp client
> that works with my 3000. To move the file from your pc you can use ftp from
> dos.
>
> open your3000
> login: user.acct
> binary
> put filename ./3000filename
> exit
>
> Then on your 3000 use tobyte
> tobyte.hpbin.sys './filename ./destfilename'
>
> That's how I do it
>
> -Peter Osborne
> Carleton Technologies

Hi HP3000-L,

The preferred method of ftp-ing bytestream files with the Microsoft command
line ftp client is:

C:\WINDOWS>ftp
ftp> open your3000
Connected to your3000.
220 HP ARPA FTP Server [A0009C04] (C) Hewlett-Packard Co. 1990
User (your3000:(none)): USER.ACCOUNT
331 Password required for USER.ACCOUNT.  Syntax: [,]acctpass
Password:
230 User logged on
ftp> quote type L 8
200 Type set to L (byte size 8).
ftp> put \autoexec.bat ./autoexec.bat
200 PORT command ok.
150 File: ./autoexec.bat opened; data connection will be opened
226 Transfer complete.
ftp: 667 bytes sent in 0.00Seconds 667000.00Kbytes/sec.
ftp> exit
Invalid command.
ftp> quit
221 Server is closing command connection

Please note the use of "quote type L 8" (aka "tenex" or "bytestream" to some
ftp clients) instead of "binary".  This ensures that the file will be uploaded
in bytestream mode, and you won't have to do a subsequent tobyte on it.

- Mark B.

ATOM RSS1 RSS2