HP3000-L Archives

June 2004, 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:
James Hofmeister <[log in to unmask]>
Reply To:
James Hofmeister <[log in to unmask]>
Date:
Mon, 14 Jun 2004 16:24:51 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (62 lines)
Hello Tony,

RE: HP FTP Client problems

I have not seen cases of FTP.ARPA.SYS not processing the $stdin feed to
it...   I use this method
frequently in all of my regression testing scripts...      I echo the
necessary commands to a file and
then to redirect the file as input to FTP/iX.

sample:

!comment ** begin put **
!  echo user !mylogon2 > temp2
!  echo !mypass2 >> temp2
!  echo debug >> temp2
!  echo binary >> temp2
!  echo del TESTFIL3 >> temp2
!  echo put TESTFIL3 TESTFIL3 >> temp2
!  echo dir TESTFIL3 >> temp2
!  echo quit >> temp2
!  ftp !mydestination2 <temp2 >outb
!comment ** end put **

I would suggest a closer look at your $stdlist to see if you can get a
further idea as to the problem.

Regards,
  James Hofmeister
  Email: <first>.<last>@hp.com
  Hewlett Packard - Global Solutions Engineering (WTEC)
  P.S. My Ideals are my own, not necessarily my employers.


----- Original Message -----
From: "Tony Summers" <[log in to unmask]>
To: <[log in to unmask]>
Sent: Monday, June 14, 2004 7:17 AM
Subject: [HP3000-L] HP FTP Client problems


> We are having problems where our HP3000 FTP client (when run from a
batch
> job) intermittently ignores part of the STDIN script being presented
to the
> ftP.arpa.sys <ftP.arpa.sys>  program.
>
> Anyone experienced this and/or found a work-around ?
>
> Typical STDIN being presented to FTP is
>
>  EXITONERROR
>  OPEN 1.2.3.700
>  USER user password
>  TIMEOUT 30
>  ASCII
>  PUT DFMLFA SUNLIVE\TESTDOWN0014.SAF
>  EXIT

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

ATOM RSS1 RSS2