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.

Reply via email to