[REBOL] Unknown script error

2000-03-01 Thread blenain
I am trying to author a script to download via ftp. Yesterday I hurdled the problem of getting files bigger than 16 MB by using a function suggested by John to "chunk" the files into smaller pieces thus avoiding memory problems. Today, I have another problem. It appears that I cannot transfer

[REBOL] Unknown script error Re:

2000-03-01 Thread ingo
Hi Brian, the error seems to be in the ftp protocol implementation. Looks to me like Rebol's waiting for a server response, that it doesn't get. So it would be after the download is completed, while closing the connection. But you should wait for someone more experienced in networking

[REBOL] Unknown script error Re:

2000-03-01 Thread sterling
I haven't been keeping up with the beginning of this thread at all so I don't know what you are doing exactly (and don't have much time to deal with it too much myself either). However, I'm guessing that these are ftp transfers you are dealing with, right? That line you are wondering about is