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

[REBOL] Re: Reading empty directories via FTP error

From: rotenca:telvia:it at: 13-Nov-2003 14:37

Hi, i forgot to say that this patch:
> patched: > > repeat x length? connections [ > conn: system/words/pick connections x > if all [ conn conn/host = temp conn/user = port/user > ;romano > not error? catch [throw-on-error [get-cur-dir conn]] > ] >
should fix some error problems (not all) of the kind: port none not open --- Ciao Romano