HP3000-L Archives

May 2003, Week 5

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:
Reply To:
Date:
Thu, 29 May 2003 14:03:59 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (25 lines)
You could also use Reflections to do this.  On the Reflections file
transfer window just put in *.xml as the local file name and leave the host
file name field blank.  Then click the transfer button.  This will transfer
all the files to the HP one after another.

A script file could also be used to log on to the hp and to transfer all of
the files if this is a batch job you are running.  Reflections for Windows
can be called from a DOS batch file with a script file as a parameter.

R1 R1.CFG,UPLOAD.RCL

Create the following file and call it UPLOAD.RCL
TRANSMIT "HELLO MYNAME,USER.ACCOUNT^M"
WAIT FOR "^Q"
SET TRANSFER-HOST-RECORD-SIZE 130
SEND C:\*.xml TO *
TRANSMIT "BYE^m"

Just my 2 cents

Derek

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

ATOM RSS1 RSS2