Appologies to Brett, Gabriele and any others who've responded to my
missing file-names problem.

The cause was REBOL's FTP path and my FTP clients' paths don't match. 
The directory I was looking at with my clients was site/web/ but with
REBOL this needed to be site/../../web/  (ie, back up two
directories.)  With REBOL, site/web/ is actually pointing to
site/../../user/web/ where user is a directory set aside for testing
and its web directory actually contains 10 files and directories that
match site/../../web/

Blugh!

>From this I assume my FTP clients can detect they need to start up two
directories from the host's URL, whereas REBOL can't.  Would this be
possible?

Back to Brett's original ask - namely to test FTP after running these
patches...

---8<---

print do
http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=patch-ftp-226-handling.r

print do
http://www.codeconscious.com/ftp-testing/patch-ftp-nlst-handling.r

print do
http://www.codeconscious.com/ftp-testing/patch-ftp-error-handling.r

---8<---

Happily, reading directories whether empty or otherwise works fine on
all my sites after running those.

-- 
Carl Read


-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to