Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
FTP in REXX
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Robert Zenuk  
View profile  
 More options Nov 8, 3:18 pm
Newsgroups: bit.listserv.tsorexx
From: Robze...@AOL.COM (Robert Zenuk)
Date: 8 Nov 2009 12:18:54 -0800
Local: Sun, Nov 8 2009 3:18 pm
Subject: Re: FTP in REXX
I sent this to the list.  I prefer to share the responses with the  whole
group.  Besides you will get additional answers and input that  way.

For a onesy-twosy just do a native manual FTP GET from the PC.   No REXX
involved...  Just your fingers...  If you have an FTP Server  on your PC, you
can FTP PUT (using FTP and REXX) automatically from  the MF and schedule it.
 If not, you must drive an FTP GET from the PC  using something on the PC,
like Batch files or Perl or PC/REXX and AT or  Cron or...

Rob

In a message dated 11/8/2009 12:17:34 A.M. US Mountain Standard Time,

srikanthphal...@gmail.com writes:

On Aug 8  2008, 12:29 am, Robze...@AOL.COM (Robert Zenuk) wrote:
> Hmmm...  That looks familiar...

_http://www2.marist.edu:8000/htbin/wlvtype?TSO-REXX.18599_(http://www2...)

(http://autos.aol.com/cars-BMW-128-2008/expert-review?ncid=aolaut00050...)

>  ----------------------------------------------------------------------
>  For TSO-REXX subscribe / signoff / archive access instructions,
> send  email to LISTS...@VM.MARIST.EDU with the message: INFO TSO-REXX

Hi  ,

Can anyone help me how do i setup this rexx to transfer file from  my
mainframe to PC
E.g .. I have pdf dataset on  mainframe
v034523.ntf5cbs.cbbfpdff.test.pdf
I need to transfer this file  to my Pc in my desktop.. What changes do
i need to make to above rexx  program to achieve that .. Please help
me .
Let say my mainframe ip :  123.234.250.250
User name password : vgoabac srikanth
my pc ip :  104.96.27.102

Please help me out here..

Thanks in  advance
Srikanth

----------------------------------------------------------------------
For TSO-REXX subscribe / signoff / archive access instructions,
send email to LISTS...@VM.MARIST.EDU with the message: INFO TSO-REXX


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Gilmartin  
View profile  
 More options Nov 8, 5:00 pm
Newsgroups: bit.listserv.tsorexx
From: PaulGBoul...@AIM.COM (Paul Gilmartin)
Date: 8 Nov 2009 14:00:47 -0800
Local: Sun, Nov 8 2009 5:00 pm
Subject: Re: FTP in REXX
On Nov 8, 2009, at 13:18, Robert Zenuk wrote:

> ...  If you have an FTP Server  on your PC, you
> can FTP PUT (using FTP and REXX) automatically from  the MF and
> schedule it.

I believe Microsoft supplies one in IIS.  You just need to figure
out how to turn it on and (sometimes) get permission from your
IT commissars to do so.  Otherwise, I've successfully used Filezilla
server (but only to MF from PC, not the other way).

-- gil

----------------------------------------------------------------------
For TSO-REXX subscribe / signoff / archive access instructions,
send email to LISTS...@VM.MARIST.EDU with the message: INFO TSO-REXX


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mickey  
View profile  
 More options Nov 8, 7:33 pm
Newsgroups: bit.listserv.tsorexx
From: mick...@COMCAST.NET (Mickey)
Date: 8 Nov 2009 16:33:34 -0800
Local: Sun, Nov 8 2009 7:33 pm
Subject: Re: FTP in REXX
Or just go to tucows.com and download one of the many free FTP clients they
have available as freeware there. For those wishing to set up an FTP server
on a windows box, you can also download Cerberus, which works like a charm
and is freeware also.

Mickey

----------------------------------------------------------------------
For TSO-REXX subscribe / signoff / archive access instructions,
send email to LISTS...@VM.MARIST.EDU with the message: INFO TSO-REXX

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
druva55  
View profile  
 More options Nov 9, 9:15 pm
Newsgroups: bit.listserv.tsorexx
From: druva55 <srikanthphal...@gmail.com>
Date: Mon, 9 Nov 2009 18:15:25 -0800 (PST)
Local: Mon, Nov 9 2009 9:15 pm
Subject: Re: FTP in REXX
On Nov 9, 5:33 am, mick...@COMCAST.NET (Mickey) wrote:

Thanks Rob , gil ,Mackey for ur quick response ..

I already configure bat file to ftp and also FTP jcl.. I'm wondering
how it is possible from rexx .. I tried above rexx which Rob written
but i'm getting RC 14450 i don't know where i did wrong.. Therefore i
want how can i configure that  rexx with info i posted earlier to
achieve what i FTP from Mainframe to PC through rexx..

Thanks,
Srikanth


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bob Bridges  
View profile  
 More options Nov 14, 6:31 pm
Newsgroups: bit.listserv.tsorexx
From: rhbr...@ATTGLOBAL.NET (Bob Bridges)
Date: 14 Nov 2009 15:31:15 -0800
Local: Sat, Nov 14 2009 6:31 pm
Subject: Re: FTP in REXX
...or VBS.  I've an FtpSession class I wrote in VBS a few years ago, and I
haven't been sorry yet; with it I can write a fairly simple routine for any
repetitive process to go to the mainframe and (for example) get every member
of a PDS that I've changed since the last time.  Or download a file I REXXed
in CSV format, then load it into Excel and format it for the user.  The
routine usually deduces the user's mainframe ID from the Active-Directory ID
in use when the VBS is called; it might ask which LPAR is the target, it
definitely asks for the mainframe password for the ID it's going to use,
then runs the FTP session and goes on from there.  Very handy to be able to
double-click an icon and have it do the rest.

---
Bob Bridges, rhbr...@attglobal.net, cell 336 382-7313

/* The cities are for money but the high-up hills are purely for the soul.
-from _Galloway_ by Louis L'Amour */

----- Original Message -----
From: "Robert Zenuk" <Robze...@AOL.COM>
Sent: Sunday, November 08, 2009 3:18 PM

> For a onesy-twosy just do a native manual FTP GET from the PC.   No REXX
> involved...  Just your fingers...  If you have an FTP Server  on your PC,
> you can FTP PUT (using FTP and REXX) automatically from  the MF and
> schedule it. If not, you must drive an FTP GET from the PC  using
> something on the PC, like Batch files or Perl or PC/REXX and AT or  Cron
> or...

----------------------------------------------------------------------
For TSO-REXX subscribe / signoff / archive access instructions,
send email to LISTS...@VM.MARIST.EDU with the message: INFO TSO-REXX

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google