Hi Romano, That's interesting. I may have encountered it in the past and forgot about it as my routines are probably ensuring each level is created before going on to the next.
I tried briefly to replicate the problem but couldn't - I got a different error! Regards, Brett. ----- Original Message ----- From: "Romano Paolo Tenca" Sent: Thursday, November 13, 2003 9:47 PM Subject: [REBOL] Re: Reading empty directories via FTP error > > Hi, > > One of many problems of the ftp handler is that it does create directory > outside the root: > > when you do > > make-dir ftp://www.bbb.ccc/main/sub > > is created the dir: > > sub/ > > and not the dir: > > main/sub/ > > One patch can be this: > > mkdir-check: [ > ["MKD" head system/words/remove back tail join port/path port/target] > "25" > ] > > --- > Ciao > Romano > > -- > To unsubscribe from this list, just send an email to > [EMAIL PROTECTED] with unsubscribe as the subject. > > -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
