Re: MVS initiated FTP to Windows

2008-03-20 Thread Betsy Jeffery
We have just implemented a solution for such a transfer. We are required to secure all data transfers internal or external. For z/OS to Unix to Linux we use FTP over System SSL on the z/OS side, lftp and proftp on Unix / Linux respectively. For Windows, our shop did not change to use a

Re: MVS initiated FTP to Windows

2008-03-19 Thread Elardus Engelbrecht
David Day, You have received several good answers including advice about IIS and FTP Server. Some other missing points: Use another user on WinXP for FTP purposes only and allow ONLY that user on that 'incoming' folder. Remove 'Everyone' from list of users who may 'share' that folder. If

Re: MVS initiated FTP to Windows

2008-03-19 Thread Rich Juchniewicz
- From: David Day [EMAIL PROTECTED] Newsgroups: bit.listserv.ibm-main To: IBM-MAIN@bama.ua.edu Sent: Tuesday, March 18, 2008 2:08 PM Subject: MVS initiated FTP to Windows I would like to be able to kick off an FTP of a dataset to a Windows platform from MVS. All of the info I can come up

Re: MVS initiated FTP to Windows

2008-03-19 Thread Leon Schwering
[mailto:[EMAIL PROTECTED] On Behalf Of David Day Sent: March 18, 2008 2:09 PM To: IBM-MAIN@bama.ua.edu Subject: MVS initiated FTP to Windows I would like to be able to kick off an FTP of a dataset to a Windows platform from MVS. All of the info I can come up with talks about how to perform

Re: MVS initiated FTP to Windows

2008-03-19 Thread Gary Green
. We've used the free FileZilla FTP server to do this: http://filezilla-project.org/ ..Rich - Original Message - From: David Day [EMAIL PROTECTED] Newsgroups: bit.listserv.ibm-main To: IBM-MAIN@bama.ua.edu Sent: Tuesday, March 18, 2008 2:08 PM Subject: MVS initiated FTP to Windows I

Re: MVS initiated FTP to Windows

2008-03-19 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Gary Green Sent: Wednesday, March 19, 2008 10:00 AM To: IBM-MAIN@bama.ua.edu Subject: Re: MVS initiated FTP to Windows A lot has been said about MVS/DNS/etc..., knowing the IP

Linux script to determine IP address (was:RE: MVS initiated FTP to Windows)

2008-03-19 Thread McKown, John
On the off chance that anybody is interested, the following will print out the IP address of eth0 on a Linux machine. /sbin/ifconfig eth0 | awk 'BEGIN {FS=[: ]+} ;/ inet addr:/ {print $4}' If you have Cygwin on your Windows box: ipconfig | awk '/IP Address/ {print $NF}' -- John McKown Senior

Re: MVS initiated FTP to Windows

2008-03-19 Thread Scott Rowe
This seems like a whole lot of work to go through to get around a problem that shouldn't exist in the first place. If the DHCP/DNS is setup correctly, every PC should have a valid DNS name that resolves the IP address correctly. I don't remember any site I've worked at recently (5 years) where I

Re: MVS initiated FTP to Windows

2008-03-19 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Scott Rowe Sent: Wednesday, March 19, 2008 11:05 AM To: IBM-MAIN@bama.ua.edu Subject: Re: MVS initiated FTP to Windows This seems like a whole lot of work to go through to get around

Re: MVS initiated FTP to Windows

2008-03-19 Thread Edward Jaffe
McKown, John wrote: I have the problem with my Linux desktop. It is not part of the Windows domain and so does/can not register itself with DDNS. I know it is possible, but politics on the part of the Windows support staff deny me the option. It might not just be politics. There are

MVS initiated FTP to Windows(redux)

2008-03-19 Thread David Day
Just wanted to say thanks to all who responded to the request for information. I believe I have enough to go on now to at least start to put together a plan. Thanks again to all. --Dave Day -- For IBM-MAIN subscribe /

Re: MVS initiated FTP to Windows

2008-03-19 Thread Rick Fochtman
--snip--- A lot has been said about MVS/DNS/etc..., knowing the IP address of the workstation in order for MVS to initiate the FTP down to the WS. Most have said it needs to be a static IP address. At this site, we use static IP addresses. However, while I

Re: MVS initiated FTP to Windows

2008-03-19 Thread Daniel McLaughlin
That would be one of my major concerns, security. But then being a mainframe oriented person and long time DP/IT/MIS person, I've always been concerned about security. Daniel McLaughlin Z-Series Systems Programmer Information Communications Technology Crawford Company 4680 N. Royal

Re: MVS initiated FTP to Windows

2008-03-19 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Rick Fochtman Sent: Wednesday, March 19, 2008 11:57 AM To: IBM-MAIN@bama.ua.edu Subject: Re: MVS initiated FTP to Windows [snip] -unsnip

Re: MVS initiated FTP to Windows

2008-03-19 Thread Rick Fochtman
--snip-- -unsnip- This is all very interesting but it doesn't address the issue of security very well. I'm stuck with a direct COMCAST connection to my LAN that I can't disable without disabling my telephones

Re: MVS initiated FTP to Windows

2008-03-19 Thread Paul Gilmartin
On Wed, 19 Mar 2008 09:42:34 -0700, Edward Jaffe wrote: McKown, John wrote: I have the problem with my Linux desktop. It is not part of the Windows domain and so does/can not register itself with DDNS. I know it is possible, but politics on the part of the Windows support staff deny me the

Re: MVS initiated FTP to Windows

2008-03-19 Thread Kirk Wolf
On Wed, Mar 19, 2008 at 12:06 PM, McKown, John [EMAIL PROTECTED] wrote: Of course, I don't allow ftp at all. I use SSH. I think that there is an SSH server available for Windows, but I don't really know. FTP is popular, but a nasty protocol to secure properly, especially through NAT-style

Re: MVS initiated FTP to Windows

2008-03-19 Thread Gary Green
Well, at the site in question, there was no such updating of DNS for workstations. Why? I have no idea. So, another solution was necessary. On Wed Mar 19 12:05 , Scott Rowe [EMAIL PROTECTED] sent: This seems like a whole lot of work to go through to get around a problem that shouldn't

Re: MVS initiated FTP to Windows

2008-03-19 Thread McKown, John
I'd appreciate it immensely if we could conduct a private dialog about the capabilities of your Netgear box. I'm a babe in the woods in these matters. My Linux experience consists of a few days of experimenting with Red-Hat 6.0. Replied off-list -- John McKown Senior Systems

Re: MVS initiated FTP to Windows

2008-03-19 Thread Gary Green
Well, that's an interesting question, Rick. In my situations, everything was behind the firewall so there was little concern for hackers. I do know that the IIS on the WS can be setup with some security (userid, password, restricted directory(ies), etc... Is there any built-in security for

Re: MVS initiated FTP to Windows

2008-03-19 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Gary Green Sent: Wednesday, March 19, 2008 2:15 PM To: IBM-MAIN@bama.ua.edu Subject: Re: MVS initiated FTP to Windows Well, that's an interesting question, Rick. In my situations

Re: MVS initiated FTP to Windows

2008-03-19 Thread Gary Green
Green Sent: Wednesday, March 19, 2008 2:15 PM To: IBM-MAIN@bama.ua.edu Subject: Re: MVS initiated FTP to Windows Well, that's an interesting question, Rick. In my situations, everything was behind the firewall so there was little concern for hackers. I do know that the IIS on the WS

Re: MVS initiated FTP to Windows

2008-03-19 Thread Scott Rowe
Rick, I also have a Netgear Firewall at each of my 2 homes, with an encrypted VPN between them. If you have any questions that I can help with, feel free to contact me offline. Rick Fochtman [EMAIL PROTECTED] 3/19/2008 1:19 PM --snip--

Re: MVS initiated FTP to Windows

2008-03-19 Thread Don Leahy
On Tue, Mar 18, 2008 at 3:33 PM, Dave Salt [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] I would like to be able to kick off an FTP of a dataset to a Windows platform from MVS. I frequently transfer mainframe files to the PC and transfer PC files to the mainframe, and I always perform

MVS initiated FTP to Windows

2008-03-18 Thread David Day
I would like to be able to kick off an FTP of a dataset to a Windows platform from MVS. All of the info I can come up with talks about how to perform this from the Windows side. Windows initiated receive. I want to do this from the MVS side. When the file(s) are ready, send them down to

Re: MVS initiated FTP to Windows

2008-03-18 Thread Daniel McLaughlin
30084 phone: 770-621-3256 fax: 770-621-3237 email: [EMAIL PROTECTED] web: www.crawfordandcompany.com IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu wrote on 03/18/2008 02:08:30 PM: [image removed] MVS initiated FTP to Windows David Day to: IBM-MAIN 03/18/2008 02:12 PM

Re: MVS initiated FTP to Windows

2008-03-18 Thread Edward Jaffe
Daniel McLaughlin wrote: That's some of the 'it depends' stuff. Can you get a static IP address for the PC? If it's on DHCP and is up/down frequently, then how would you hit it? A full Dynamic IP implementation requires both DHCP and DDNS. -- Edward E Jaffe Phoenix Software International,

Re: MVS initiated FTP to Windows

2008-03-18 Thread Daniel McLaughlin
: [EMAIL PROTECTED] web: www.crawfordandcompany.com IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu wrote on 03/18/2008 02:23:03 PM: [image removed] Re: MVS initiated FTP to Windows Edward Jaffe to: IBM-MAIN 03/18/2008 02:24 PM Sent by: IBM Mainframe Discussion List IBM

Re: MVS initiated FTP to Windows

2008-03-18 Thread Gray, Larry - Larry A
2:09 PM To: IBM-MAIN@bama.ua.edu Subject: MVS initiated FTP to Windows I would like to be able to kick off an FTP of a dataset to a Windows platform from MVS. All of the info I can come up with talks about how to perform this from the Windows side. Windows initiated receive. I want to do

Re: MVS initiated FTP to Windows

2008-03-18 Thread Hal Merritt
To: IBM-MAIN@bama.ua.edu Subject: MVS initiated FTP to Windows I would like to be able to kick off an FTP of a dataset to a Windows platform from MVS. All of the info I can come up with talks about how to perform this from the Windows side. Windows initiated receive. I want to do this from

Re: MVS initiated FTP to Windows

2008-03-18 Thread Al Sherkow
I run an ftp server on windows and it works quite well. Someone suggested a google search, the one I use Serv-U (http://www.serv-u.com/). And as Ed wrote I use both DHCP and DDNS. Al -- For IBM-MAIN subscribe / signoff /

Re: MVS initiated FTP to Windows

2008-03-18 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of David Day Sent: Tuesday, March 18, 2008 1:09 PM To: IBM-MAIN@bama.ua.edu Subject: MVS initiated FTP to Windows I would like to be able to kick off an FTP of a dataset

Re: MVS initiated FTP to Windows

2008-03-18 Thread Jack Kelly
List IBM-MAIN@bama.ua.edu 03/18/2008 02:08 PM Please respond to IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu To IBM-MAIN@bama.ua.edu cc Subject MVS initiated FTP to Windows I would like to be able to kick off an FTP of a dataset to a Windows platform from MVS. All of the info I

Re: MVS initiated FTP to Windows

2008-03-18 Thread John Sullivan
Dave; In order to have a Windows workstation accept incoming FTP, in other words Windows as an FTP server, you have to run the Windows IIS service or the equivalent. IIS is an optional component of XP and Vista. There are settings in IIS for starting an FTP server and HTTP server, maybe others.

Re: MVS initiated FTP to Windows

2008-03-18 Thread Dave Salt
From: [EMAIL PROTECTED] I would like to be able to kick off an FTP of a dataset to a Windows platform from MVS. I frequently transfer mainframe files to the PC and transfer PC files to the mainframe, and I always perform the transfer from the mainframe side. I don't use FTP; I use the ISPF

Re: MVS initiated FTP to Windows

2008-03-18 Thread Gary Green
To: IBM-MAIN@bama.ua.edu Subject: MVS initiated FTP to Windows I would like to be able to kick off an FTP of a dataset to a Windows platform from MVS. All of the info I can come up with talks about how to perform this from the Windows side. Windows initiated receive. I want to do this from

Re: MVS initiated FTP to Windows

2008-03-18 Thread Andrew McLaren
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of David Day Sent: Tuesday, March 18, 2008 1:09 PM To: IBM-MAIN@bama.ua.edu Subject: MVS initiated FTP to Windows I would like to be able to kick off an FTP of a dataset to a Windows platform

Re: MVS initiated FTP to Windows

2008-03-18 Thread John P Kalinich
There are plenty of free FTP servers for Windoze out there. Some with SSL/TLS support. Check out http://www.tucows.com. Regards, John K -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL

Re: MVS initiated FTP to Windows

2008-03-18 Thread Hal Merritt
: Re: MVS initiated FTP to Windows ..re Not possible with standard Windows because it don't come with a FTP server. Ah.. But it does! All you need to do is install IIS on your workstation, configure it and somehow get the IP address of the WS to the host and use that to FTP your files down

Re: MVS initiated FTP to Windows

2008-03-18 Thread Bill Wilkie
I would think if you go to the dos prompt and type FTP with no IP address and get the prompt: ftp returned, FTP is on your PC. Bill Date: Tue, 18 Mar 2008 15:09:43 -0400 From: [EMAIL PROTECTED] Subject: Re: MVS initiated FTP to Windows To: IBM-MAIN@bama.ua.edu Dave, I have to agree

Re: MVS initiated FTP to Windows

2008-03-18 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Andrew McLaren Sent: Tuesday, March 18, 2008 3:23 PM To: IBM-MAIN@bama.ua.edu Subject: Re: MVS initiated FTP to Windows Huh? What version of Windows are we talking about??? Both

Re: MVS initiated FTP to Windows

2008-03-18 Thread John P Kalinich
Bill Wilkie of the IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu wrote on 03/18/2008 03:46:17 PM: I would think if you go to the dos prompt and type FTP with no IP address and get the prompt: ftp returned, FTP is on your PC. Whoever initiates the conversation in the

Re: MVS initiated FTP to Windows

2008-03-18 Thread Hal Merritt
- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Bill Wilkie Sent: Tuesday, March 18, 2008 3:46 PM To: IBM-MAIN@bama.ua.edu Subject: Re: MVS initiated FTP to Windows I would think if you go to the dos prompt and type FTP with no IP address and get the prompt: ftp

Re: MVS initiated FTP to Windows

2008-03-18 Thread John Giltner
Hal Merritt wrote: Not possible with standard Windows because it don't come with a FTP server. Yes it does. You install the Personal Web Services or Server and it installed Web Server (IIS), FTP server, and a SMTP server. Initiation and control of FTP always comes from the client.