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

Core 2.6 - Last minute requests - take your chanc e!

 [1/4] from: holger::rebol::net at: 5-Apr-2002 10:18


On Fri, Apr 05, 2002 at 12:57:32PM -0500, Vos, Doug wrote:
> What about FTP any size file? > Not an easy way to FTP a 100 to 200 Meg ZIP file today. > > Will that be easier in 2.6?
That is already possible. You need to use /direct and a copy/append loop for streaming. -- Holger Kruse [kruse--nordicglobal--com]

 [2/4] from: doug:vos:eds at: 5-Apr-2002 12:57


What about FTP any size file? Not an easy way to FTP a 100 to 200 Meg ZIP file today. Will that be easier in 2.6?

 [3/4] from: doug:vos:eds at: 5-Apr-2002 14:27


All these really cool "hidden" features in rebol 2.5 I keep discovering. Is there a link to a specific page of documentation about the FTP handling of large 100 -200 meg files? eg/more/info/on holger-said: {That is already possible. You need to use /direct and a copy/append loop for streaming.}

 [4/4] from: anton:lexicon at: 6-Apr-2002 13:03


All you need to do is read some docs. See http://www.rebol.com/docs/core23/rebolcore.html Section 14 Ports Anton.