How to know whether the remote file is a directory or a file?How to user FTPFile class's isDir with DirDetails() method?
DirDetails returns an array of FTPFile objects, which you can inspect to see if they are directories or notHow to know whether the remote file is a directory or a file?How to user FTPFile class's isDir with DirDetails() method?