ZMODEM
51–60 of 103 posts
Re: ZMODEM
#52Re: ZMODEM
#53Earlier quoted context omitted.
I did put "open source" in quotes for that reason. At the time, it what somewhat novel to be able to get the source code at all, and even more novel that the writers would accept code from end users to put back into the product.
>At the time, it what somewhat novel to be able to get the source code at all Really? IIRC, in Jason Scott's excellent BBS documentary (you should go watch it. Like, right now. It's that good), Thom Henderson (from SEA. Remember them? I don't, because I wasn't alive. Which is why I have to rely on documentaries) said that it was expected in UNIX circles, which is where Kermit originated. Or were you on PC? I don't kn…
Re: ZMODEM
#54Who remembers IceZmodem? A backwards compatible protocol that allowed you to play Tetris or listen to .MOD files while downloading... and if you were downloading from an IceZmodem capable host, you'd even get increased download speeds! http://textfiles.com/computers/DOCUMENTATION/izm-q&a.txt
Re: ZMODEM
#55It's still hard to match the convenience of moving files to and from a server with RZ/SZ. If your terminal emulator supports it, it will see the trigger sequence emitted and start the modem protocol over your ssh connection and save the file. Since it runs over your current ssh connection it's perfectly secure. It's so much easier then switching to a local terminal to use scp to get or put a local file. Sure, I know…
I agree ... I forget to do this these days but in relatively modern days I used to use sz/rz all the time ... circa 2000-2004 I guess ...
Re: ZMODEM
#56Looking b ack at stuff like Zmodem, it's instructive to compare the computing culture then and now. Back then, everything was so cryptic . Documentation was hard to find printed books, code and config was extremely abbreviated ( sometimes for legitimate technical reasons of storage capacity). It was all very off-putting unless you put w lot of effort into research, or ran in the social circles that already had data a…
The most striking thing to me was there was a huge amount of free-as-in-beer software powering the entire BBS "network" and lots of helpful communities but almost nothing was open source.
Re: ZMODEM
#57This immediately reminded me of GIFLink. It was a layer over protocols like zmodem that rendered images as they downloaded. Think of that for a second. Modems were so slow that you could watch the image line by line render to decide if you wanted to continue on with the download. Yes they were porn images.
Compare to these days, where there's all kinds of crazy hard-core stuff available for free with a quick Bing search, in both still-photo and video.
Re: ZMODEM
#58I remember when we did our own zmodem implementation so we could bypass download limits. Large BBS' at the time had restrictions on how many KB you could download in a day, but they only counted completed file transfers. ZModem had a provision for restarting failed transfers, so it was normal for a transfer to fail before completion (call waiting!) and the user to come back later to finish it. Our implementation coul…
Re: ZMODEM
#59Earlier quoted context omitted.
>At the time, it what somewhat novel to be able to get the source code at all Really? IIRC, in Jason Scott's excellent BBS documentary (you should go watch it. Like, right now. It's that good), Thom Henderson (from SEA. Remember them? I don't, because I wasn't alive. Which is why I have to rely on documentaries) said that it was expected in UNIX circles, which is where Kermit originated. Or were you on PC? I don't kn…
Link to BBS documentary : https://archive.org/details/BBS.The.Documentary
Re: ZMODEM
#60> Introduced 1986; 30 years ago Now I feel old. I remember when this was new and clever. Made downloading from BBS's much nicer over XModem. At 2400 baud or whatever was current then!
There were a bunch of different something-Modems around that time that fiddled around with window sizes, retransmission approaches, batch transmission, and so forth. In case anyone is wondering, there was a YModem (also developed by Forsberg) in addition to XModem and ZModem along with various variants. I even interned for a small company one summer that implemented one of these for a timesharing service using Prime…