I think that the Header explains it quite well.
I'm looking for something faster than kermit to use on aix running
on an IBM 3090-200(s i think). Any help would be greatly appreciated.
Thanks!
-Curt
-Curt
In any case, what's wrong with the plain old rzsz package available from
the usual archive sites?? As far as I know it should just compile and
work. I had a simple little standalone xmodem program and it worked
without any modification. The only thing to watch out for, is that
the port you come in on is set 8N1 and not 7E1 or it won't work.
Disclaimer: I'm paid to hack the kernel, not to speak for the company.
--
AIX370 Technical Support - or -
There is also a version of zmodem in comp.sources.unix, volume 12.
This compiled successfully under AIX 3.1 with one minor modification.
The patch follows. Change _IBMR2 to the appropriate symbol for AIX
on your 3090:
*** Save/rbsb.c Sun Jun 2 10:31:21 1991
--- rbsb.c Tue May 21 13:36:46 1991
***************
*** 215,221 ****
#endif
}
! #if defined(FIONREAD)
#define READCHECK
/*
* Return non 0 iff something to read from io descriptor f
--- 215,221 ----
#endif
}
! #if defined(FIONREAD) && ! defined(_IBMR2)
#define READCHECK
/*
* Return non 0 iff something to read from io descriptor f
I got a copy of xmodem v3.6 a few months ago and found it doesn't work
under AIX, at least with the system configured the way I have it. A lot
of characters are apparently dropped; I can download files with a lot of
data errors, but I cannot upload them at all. The xmodem supplied with
the system works a lot better, leading me to think the problem is not
with the modem configuration or the stty settings (8/N/1, 2400-baud).
Is xmodem v3.9 more reliable under AIX? Our RS/6000 has the 8-port async
card.
-rich
--
----------------------------------------------------------------
(uucp: uunet!nwnexus!golder)
1. rz/zmodem: tip session, escape to local 'rz' for zmodem download
Howdy all-
Can anyone share their experiences using 'tip' to download files with
zmodem protocol.
Here's my experience:
When I tip to a remote host and start downloading w/ zmodem, I try to
escape back to my local system and start the receiving end using 'rz'
( rz <filename>) -- but the download doesn't seem to start ( I
suppose it could be moving along but I'm too impatient). I've tried
escaping back using " ~| " (tilde - pipe) and " ~! " (tilde - bang).
I experience problems with both remote PCs and Unix systems (and I've
compiled rz and sz locally, so I don't think I have a binary problem)
Any ideas?
-Justin
2. wrong version of perl in system
4. Anyone running XFree in 256 colors on a notebook
5. need to run Zmodem & wu-ftpd on AIX 4.2.1
8. 3.3R > 4.3
12. Zmodem protocol on AIX ???
13. Zmodem w/aix