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
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to