I want to move the files of one FTP-Source to a couple of FTP-targets. So I tried to find the Net::FTP ls, list and dir-method (using the actual Ruby for Windows). But all lists not only contain the filenames, but also a lot of file attributes. More difficult: The style of the list-entries differ depending on the source-OS (e.g. Linux, OpenVMS/VAX...). Is there a way to get the informations of the file correct splitted (e.g. the filename) indepentendly of the the OS of the FTP-server? Thank you in advance Roman