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

[REBOL] Re: redirecting from http to ftp

From: ryan:christiansen:intellisol at: 28-Jun-2001 12:18

OK. So how can I fix it? I want the script to at least error out instead of keep trying over and over again. Using an if error? try statement doesn't help. -Ryan [sterling--rebo] l.com To: [rebol-list--rebol--com] Sent by: cc: rebol-bounce@ Subject: [REBOL] Re: redirecting from http to ftp rebol.com 06/28/2001 11:54 AM Please respond to rebol-list The short version is "that's not right." The HTTP protocol is not expecting to be forwarded to FTP, or any other different protocol for that matter, so it makes no provision for that type of situation. And, as shown by you, the results are rather unexpected. Sterling