RE: Modem File Transfer help

2005-04-19 Thread robert johnson
Title: Message thanks, Bill and Ken, for your assistance.  i'll look into Omen and the other links you provided, and see what i can find from there.   --robert   -Original Message-From: Bbirthisel    Ken Cornetet writes: Omen Technology owns zmodem. To get the sp

Re: Modem File Transfer help

2005-04-19 Thread Bbirthisel
ementation). Here's some other stuff: http://web.mit.edu/afs/athena.mit.edu/astaff/project/telnet/src/omen/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 1:19 PM To: Ken Cornetet; perl-win32-users@listserv.ActiveState.com Subject:

RE: Modem File Transfer help

2005-04-19 Thread Ken Cornetet
etet; perl-win32-users@listserv.ActiveState.com Subject: RE: Modem File Transfer help Ken Cornetet wrote: > > Win32::SerialPort > > http://members.aol.com/Bbirthisel/alpha.html > > This will let you send and receive bytes via serial ports, but AFAIK, > there isn't any

RE: Modem File Transfer help

2005-04-19 Thread rwj04
Ken Cornetet wrote: > > Win32::SerialPort > > http://members.aol.com/Bbirthisel/alpha.html > > This will let you send and receive bytes via serial ports, but AFAIK, > there isn't any perl code for doing zmodem transfers (but then I haven't > done a great deal of looking, either). that will let m

RE: Modem File Transfer help

2005-04-19 Thread Ken Cornetet
Behalf Of Robert Johnson Sent: Tuesday, April 19, 2005 4:40 AM To: perl-win32-users@listserv.ActiveState.com Subject: Modem File Transfer help i have some devices that send data files via ZModem. i want to automate the process of receiving these files for parsing via a perl script. after sear

Modem File Transfer help

2005-04-19 Thread Robert Johnson
i have some devices that send data files via ZModem. i want to automate the process of receiving these files for parsing via a perl script. after searching CPAN and other sites, i find that it's not as easy as i would have thought. Devices::Modem doesnt allow file transfer, and is apparently ve