[REBOL] Catching net errors

2001-03-30 Thread Dane Carlson
Greetings, If I attempt to read from a web page that does not exist, ie: dump: read http://www.foobarfoo.com/ Rebol stops execution of the code and reports: ** Access Error: Cannot connect to www.foobarfoo.com ** Where: open-proto ** Near: read http://www.foobarfoo.com How do

[REBOL] Catching net errors

2001-01-14 Thread Fantam
Hello all, How do one catch an error when writing a file to a ftp server. Following the docs, this should be: disarm err: try [write ftp://blahblah read blahblah] The problem is that write does not return a value on success. So the script itself results in an error, saying that 'err