At 9:28 am +0200 5/7/02, =?utf-8?Q?mazzapaolo at liber?= wrote: >How can I get the list of the files posted in a server using FTP? You can get a directory listing by just using the directory path in the url. For example: get url "ftp://somehost/path/directory/" But you'll have to parse the reply to extract only the file names. Cheers Dave Cragg