FTP-list of files

Dave Cragg dcragg at lacscentre.co.uk
Fri Jul 5 04:40:00 EDT 2002


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



More information about the use-livecode mailing list