Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: REBster

From: dmurrill:mindspring at: 10-May-2001 18:53

In some what of a reality, they all use "SOCKS3/4/5" protocol. The mother of these type programs is the FTP, wich IRC, Server, Proxies,POP,SMTP, Fileport... is what they are based upon with tcp. Pop has a 5mb per account limit and a file size of 2mb. But the ISP really controls the 5meg limit (just change it), and the 2meg thing... just pull from emails with consecutive subjects ie.. collect mail/subject [ request1 requset2] and parse at same time. Or have script do to-binary! %file.swf and each piece get it's own email subject ie... [fiel.swf1 fiel.swf2](this is streaming). Most people get info in the browser (until they get wise to Rebol) so you can use applet to recieve %file and Rebol cgi to put it on the web or just stick with p2p.