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

[REBOL] Catching net errors

From: fantam:mailandnews at: 14-Jan-2001 21:55

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 needs a value. Thansk in advance.