IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Using FTP within REXX


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rameshvs
Currently Banned

New User


Joined: 10 Aug 2007
Posts: 30
Location: atlanta

PostPosted: Fri Aug 24, 2007 2:42 am
Reply with quote

Hi Superk and all,

I have a small question. Reading this thread interested me in the idea of using FTP with REXX. I tried a small example but the problem is that I am not able to get information(file) from workstation to mainframe through my rexx as I am not able to provide a server name for the same.

Can you guys please provide me with some information or tips on how to do that if that is possible at all.

Thanks a lot
Ramesh.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Aug 24, 2007 3:05 am
Reply with quote

Hello,

When you have a new question, it is best to start a new topic for your question rather than replying to an existing topic.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Aug 24, 2007 3:07 am
Reply with quote

Hello,

If you post what you have so far, someone here may be able to offer suggestions.

Post your code as well as any diagnostic information provided by the system. Trace output is usually helpful.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Aug 24, 2007 5:52 am
Reply with quote

rameshvs wrote:
I am not able to get information(file) from workstation to mainframe through my rexx as I am not able to provide a server name for the same.


I'm not sure I really want to start a discussion on this topic, since it's really a Networking/Windows (presumably) issue outside the scope of these forums. Anyway, you should be able to get the compute name or TCP/IP address from the active FTP server daemon you are connecting to. You can also get the computer name from either a "My Computer" icon or by looking at the System settings in the Control Panel.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Aug 24, 2007 7:33 pm
Reply with quote

Hello,

Are you trying to FTP from the mainframe to your desktop?

If so, your desktop must be running an FTP server daemon (rather than just an FTP client). Most organizations do not run FTP servers on desktops. I'd suggest you talk with your network admin people.

You might also try the mainframe FTP in batch rather than rexx and once it is working, follow the same process in rexx.
Back to top
View user's profile Send private message
rameshvs
Currently Banned

New User


Joined: 10 Aug 2007
Posts: 30
Location: atlanta

PostPosted: Fri Aug 24, 2007 7:40 pm
Reply with quote

Thanks Dick,

This helps me a lot. I contacted my network ppl after posting the note and they are going to get me more information on this. I will get more info from them and then try to do it throu job as you have mentioned.

Will keep you all posted with I find.

Thanks
Ramesh.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Aug 24, 2007 8:25 pm
Reply with quote

You're welcome.

Good luck icon_smile.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top