[REBOL] Getting an URL from a form Re:(3)

2000-06-08 Thread blenain
I'd like to help, but I can't see that the company sells DVD movies at all. I can't find that they have a search page either. I tried to the url you supplied, but it just isn't there for me. Regardless, I would be interested in how you go about parsing the return page when you get to that part.

[REBOL] Getting an URL from a form Re:(5)

2000-06-08 Thread blenain
Good point. I probably wouldn't have looked now that I think about it :0 Anyhow, try http://www.hembiocenter.se/search.asp?word=linesearch=actor http://www.hembiocenter.se/search.asp?word=linesearch=title word=movie title/actor name search=search type (actor/title) This should get you the

[REBOL] Can't get two rebolscripts to message each others reliably Re:

2000-04-17 Thread blenain
Sounds reasonable but it closes for me too. I only got 45 on a win98, 41 on win95. Curiously when I use both machines at the same time they process 85 (roughly a sum of the two). Also I recently upgraded win98 to view b3 and now it does 44 (84 between the two). Perhaps this information will

[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] FTP for large files

2000-02-29 Thread blenain
I am wondering if there are any limitations to transferring files using FTP from a rebol script. I am getting "** User Error: Server error: tcp 150 Preparing to transfer binary file" for files above 16MB (15MB work fine, but 16.4MB and above error immediately). I am using write/binary (to

[REBOL] FW: [REBOL] FTP for large files Re:(2)

2000-02-29 Thread blenain
John, Many thanks to you for taking the time to post your wisdom. I actually had a hard time trying to read Bo's code. I must have went over it 10+ times, but I finally have figured it out. Those comments in the function block really had me going insane until I realized they were just