HP3000-L Archives

July 1996, 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:
Per Ostberg <[log in to unmask]>
Reply To:
Date:
Wed, 17 Jul 1996 17:34:29 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (21 lines)
> Does anyone know of any other ways we can do file transfers
> without using reflection?  For example:  we have a few applications
> where we would want to have job streams transfer files back and
> forth.  Is there anyone already doing this?
Peter,
we have several jobs using ftp. Works easy enough, provided you have
ftp, I think we paid for ours but maybe it comes with 5.0? Our jobs run
either a program wich ftps (via system()-calls) or they're MPEX-jobs
(doing %RUN FTP.ARPA.SYS ;Input="open..";Input="get..."), but its
basically nothing more than this:
!job ftp,user.acct
!ftp.arpa.sys
open remote_site
user remote_user_id remote_user_pass
get/put/whatever
quit
!eoj
 
hope this helps (if it's what you're asking for)
/per

ATOM RSS1 RSS2