[REBOL] Re: Reading empty directories via FTP error
From: rotenca:telvia:it at: 13-Nov-2003 11:47
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