REBOL [
    Title: "Check for Directory"
    File:  %ftpdircheck.r
    Date:  26-May-1999
    Purpose: {Check if a filename belongs to a directory using FTP.}
    Category: [ftp net 1]
]

if dir? ftp://ftp.rebol.com/pub/downloads [print "It's a directory"]