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"]);
get Files server FTP
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: get Files server FTP
You can't. You must download file by file