In a recent note, G+D+J+ B+N% #B+J+ said:
> Date: Thu, 28 Dec 2006 14:10:58 +0200
>
> We are trying to transfer an ADABAS backup file from a VSE system to an MVS
> system using FTP.
>
> There is no direct connection between the VSE and MVS systems. We have to
> transfer the file from the VSE system to a ftp server and then from there to
> the MVS system.
>
If you have FTP servers on both VSE and MVS, and an FTP client with
access to both, the following works with two MVS systems -- you
might try something similar with VSE. On the common client, do:
FTP
OPEN MVS1
USER user
password
BINARY
QUOTE SITE TYPE E
QUOTE SITE MODE B
GET data.set.name workfile
CLOSE
OPEN MVS2
USER user
password
BINARY
QUOTE SITE TYPE E
QUOTE SITE MODE B
PUT workfile new.data.set.name
QUIT
-- gil
--
StorageTek
INFORMATION made POWERFUL
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html