Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!VENERA.ISI.EDU!braden From: braden@VENERA.ISI.EDU Newsgroups: comp.protocols.tcp-ip Subject: Re: FTP implemetation issues (was Re: FTP "STRU VMS" extension) Message-ID: <8902041911.AA09719@braden.isi.edu> Date: 4 Feb 89 19:11:09 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 16 Speaking of FTP, has anyone implemented RESTart? Restart requires MODE C (compressed), which is a simple repeated-byte-packing algorithm. I checked radc-tops20's FTP server as well as several flavors of Unix FTP servers, and none of them support Compressed mode... :-( Russ, I am happy to say that this is WRONG!! All that is required to send Restart Markers is Block Mode, which is a trivial byte count header shlunked into the stream whenever the sender feels like it ... eg when it wants to send a Restart Marker. Bob Braden