Re: Net::FTP and %RMS-E-FLK

2000-03-30 Thread Joe Kazimierczyk
That last post of mine came across pretty ugly - let me try that again (same info, less wrapping hopefully) I came across this while researching my ftp problem. It seems that the extra header info could easily be put to good use - just have to do a pretty low level RMS open. Not that I'm volun

Re: Net::FTP and %RMS-E-FLK

2000-03-30 Thread Joe Kazimierczyk
Dan Sugalski wrote: > > This is cool. Now all we need to do is teach Net::FTP about STRU VMS mode > and we'll be set. (Anyone got the details on that by any chance?) > I came across this while researching my ftp problem. It seems that the extra header info could easily be put to good use - just

RE: Net::FTP and %RMS-E-FLK

2000-03-30 Thread Jordan Henderson
The Freeware MadGoat FTP server and client both do STRU VMS mode, IIRC. The details lie therein, if you can read BLISS! > -Original Message- > From: Dan Sugalski [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 30, 2000 3:51 PM > To: [EMAIL PROTECTED] > Subject: Re: Ne

Re: Net::FTP and %RMS-E-FLK

2000-03-30 Thread Dan Sugalski
At 03:43 PM 3/30/00 -0500, Joe Kazimierczyk wrote: >Process Software has provided me with a patch to Multinet's FTP that >allows me to do a plain binary get of open files from non-Multinet >clients (ie Net::FTP). This patch will eventually be made public. > >Also, Hunter Goatley suggested that he

Re: Net::FTP and %RMS-E-FLK

2000-03-30 Thread Joe Kazimierczyk
Dan Sugalski wrote: > > At 02:31 PM 2/18/00 -0500, Joe Kazimierczyk wrote: > >I tried a plain perl 'open' of the file, and it works fine so I'm > >surprised that ftp complains. But I can't take your suggestion because I > >need to run this step in a larger program to 'get' the file. How does > >

RE: Net::FTP and %RMS-E-FLK

2000-02-18 Thread Jordan Henderson
> -Original Message- > From: Dan Sugalski [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 18, 2000 4:15 PM > To: Jordan Henderson; Joe Kazimierczyk > Cc: [EMAIL PROTECTED] > Subject: RE: Net::FTP and %RMS-E-FLK > > > At 03:48 PM 2/18/00 -0500, Jordan

RE: Net::FTP and %RMS-E-FLK

2000-02-18 Thread Dan Sugalski
At 03:48 PM 2/18/00 -0500, Jordan Henderson wrote: > > You might want to check with Process to see if there's some > > magic you can > > do to convince the server to open this file anyway when in > > straight binary > > mode. > >FWIW, in UCX FTP you can do this with a "disable vms" command. Right

RE: Net::FTP and %RMS-E-FLK

2000-02-18 Thread Jordan Henderson
> -Original Message- > From: Dan Sugalski [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 18, 2000 2:47 PM > To: Joe Kazimierczyk > Cc: [EMAIL PROTECTED] > Subject: Re: Net::FTP and %RMS-E-FLK > > > At 02:31 PM 2/18/00 -0500, Joe Kazimierczyk wrote: &g

Re: Net::FTP and %RMS-E-FLK

2000-02-18 Thread Dan Sugalski
At 02:31 PM 2/18/00 -0500, Joe Kazimierczyk wrote: >I tried a plain perl 'open' of the file, and it works fine so I'm >surprised that ftp complains. But I can't take your suggestion because I >need to run this step in a larger program to 'get' the file. How does >the ftp code do the file open to

Re: Net::FTP and %RMS-E-FLK

2000-02-18 Thread Joe Kazimierczyk
Dan Sugalski wrote: > > At 01:43 PM 2/18/00 -0500, Joe Kazimierczyk wrote: > >I'm having some trouble with Net::FTP trying to ftp an oracle data > >(which is in backup mode, so it's ok to copy). When I run FTP > >interactively from DCL, I can get the file without problems. But when I > >use Ne

Re: Net::FTP and %RMS-E-FLK

2000-02-18 Thread Dan Sugalski
At 01:43 PM 2/18/00 -0500, Joe Kazimierczyk wrote: >I'm having some trouble with Net::FTP trying to ftp an oracle data >(which is in backup mode, so it's ok to copy). When I run FTP >interactively from DCL, I can get the file without problems. But when I >use Net::FTP, it tells me the file is l

Net::FTP and %RMS-E-FLK

2000-02-18 Thread Joe Kazimierczyk
I'm having some trouble with Net::FTP trying to ftp an oracle data (which is in backup mode, so it's ok to copy). When I run FTP interactively from DCL, I can get the file without problems. But when I use Net::FTP, it tells me the file is locked, and exits. I'm not sure why there's a differenc