HP3000-L Archives

May 2002, 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:
Barry Lake <[log in to unmask]>
Reply To:
Barry Lake <[log in to unmask]>
Date:
Tue, 21 May 2002 16:09:25 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
At 16:08 -0700 5/21/02, Russ Smith wrote:
>I want to create a command file or at least add some commands to a couple
>jobs I have to send files from my 3000 to an FTP site of one of my vendors.
>
>What do I need to do to make this work?


At a bare minimum you'll need to do something like the following:

  echo open host.vendor.com                        > ftpuse
  echo user username password                     >> ftpuse
  echo put /MYACCT/MYGRP/MYFILE  target_file_name >> ftpuse
  echo close                                      >> ftpuse
  echo quit                                       >> ftpuse
  run ftp.arpa.sys < ftpuse

This, of course, assumes that your 3000 is on the internet, and is
configured properly.


Barry Lake                               [log in to unmask]
Allegro Consultants, Inc.                http://www.knowspam.allegro.com
(408)252-2330
-------------

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

ATOM RSS1 RSS2