get Files server FTP

Find and share HowTos to various installations / configurations!
2 posts • Page 1 of 1
jeissonsierrac
Posts:62
Joined: Wed Jun 03, 2015 9:37 pm

get Files server FTP

Post by jeissonsierrac »

Hi

I want to Know How get All Files Server FTP I can do it with neget function but one file specified

mapping m;
netGet("/< FileName.wav>", m,makeMapping("target", getStandardPath("Download")));
openUrl(m["target"]);

I tried to do as in the following code but it does not work

mapping m;
netGet("/< *.wav>", m,makeMapping("target", getStandardPath("Download")));
openUrl(m["target"]);

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: get Files server FTP

Post by mkoller »

You can't. You must download file by file

2 posts • Page 1 of 1