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

[REBOL] Re: FTP limitations

From: greggirwin:mindspring at: 3-Sep-2003 13:39

Hi Matt, MM> Does anybody know if FTPing via REBOL has any limitations? Like size of MM> file transfer? Here's my problem: I'm trying to send files from client MM> machines up to a server, these files can easily be 100MB +. When using a MM> test file (Microsoft Word Document 107MB) it comes to the FTP server with a MM> file size of 0. Also, is there a way to wait on an FTP connection so that MM> the rest of the program won't contimue until the file is safely uploaded? I think FTP has issues of its own without any help from REBOL. :) I haven't done much against it myself, other than the simple things I do with REBOL, but creating a robust wrapper around FTP is not trivial as I understand it. FTPGadget is supposed to be very reliable, and it's written in REBOL. -- Gregg