how to download a folder from a ftp server ?

Mark Smith mark at maseurope.net
Thu Sep 1 19:21:42 EDT 2005


put the path to the directory you want into a variable:

put URL ("ftp:" & pathToYourRemoteDirectory) into fList
--this puts a list of the files into variable fList
-- each line in fList will look something like:
--09-01-05  03:55PM               298694 myfile.doc
-- where (in this case) word -1 of each line is the name of the file or 
folder


You can probably figure the rest out...

Cheers,

Mark



On 1 Sep 2005, at 21:33, Langers Christian wrote:

> hello all,
>
> is it possible to download a folder with all of its content (files and 
> subfolders) with Revolution ?
>
> If yes, how ?
>
>
> Thanks in advance,
>
>
> Christian
> from Luxembourg
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>




More information about the use-livecode mailing list