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: atruter:labyrinth:au at: 14-Nov-2003 10:59

Brett,
> Please tell me that's the end of the tunnel :-)
No luck ;( Carl,
> Try that Ashley - cut the "if empty? file-list [....]" code right out > of the original parse-dir-list and see what happens...
Also no luck Romano,
> repeat x length? connections [ > conn: system/words/pick connections x > if all [ > conn conn/host = temp conn/user = port/user > not error? catch [throw-on-error [get-cur-dir conn]] > ] > ] should fix some error problems (not all) of the kind: > > port none not open
Those are the symptons alright, but where / how exactly should this patch be applied? Regards, Ashley