Re: can bgt download a hole directry?

2020-05-16 Thread AudioGames . net Forum — Developers room : ivan_soto via Audiogames-reflector


  


Re: can bgt download a hole directry?

I don't think that would work, but what I would do is if you want to download something make it a zip file. If you don't want the contents of the zip being viewed or extracted make it an encrypted BGT pack using the pack_file object.

URL: https://forum.audiogames.net/post/530001/#p530001




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: can bgt download a hole directry?

2020-05-16 Thread AudioGames . net Forum — Developers room : ivan_soto via Audiogames-reflector


  


Re: can bgt download a hole directry?

I dont't hink that would work, but would I would do is if you want to download something make it a zip file. If you don't want the contents of the zip being viewed or extracted make it an encrypted BGT pack using the pack_file object.

URL: https://forum.audiogames.net/post/530001/#p530001




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: can bgt download a hole directry?

2020-05-16 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector


  


Re: can bgt download a hole directry?

Their server will still need to support directory listing in some fashion, if wildcards are going to work.

URL: https://forum.audiogames.net/post/529944/#p529944




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: can bgt download a hole directry?

2020-05-16 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector


  


Re: can bgt download a hole directry?

Ah. I didn't know about the * character being a thing in the download function. In my defense, though, I only briefly messed with the language before moving on.

URL: https://forum.audiogames.net/post/529935/#p529935




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: can bgt download a hole directry?

2020-05-16 Thread AudioGames . net Forum — Developers room : haily_merry via Audiogames-reflector


  


Re: can bgt download a hole directry?

Oh, that's another way of doing it, though that could take longer as it's downloading every file individually, not to mention BGT arrays aren't exactly speed efficient.

URL: https://forum.audiogames.net/post/529931/#p529931




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: can bgt download a hole directry?

2020-05-16 Thread AudioGames . net Forum — Developers room : haily_merry via Audiogames-reflector


  


Re: can bgt download a hole directry?

Sure it can. As for how, you just use the wildcard character. For example:dl_file("http://some-random-url.com/thingsandstuff/*.*");Replace the function with whatever function you're using, and of course the url with the one you wish to download from.HTH.

URL: https://forum.audiogames.net/post/529930/#p529930




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: can bgt download a hole directry?

2020-05-16 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector


  


Re: can bgt download a hole directry?

That is a very, very broad question. A lot of it is going to depend on your server. What I would do is have a text file somewhere listing all your URLs. The engine retrieves this file, parses the links, and then downloads the files associated with them. There you go.You can also allow it to download zip files, but I suspect you already knew that.

URL: https://forum.audiogames.net/post/529929/#p529929




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


can bgt download a hole directry?

2020-05-16 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector


  


can bgt download a hole directry?

hiso, can I download more than 1 file in the same time, like downloading a hole directiry with all of its files?if yes, how, thanks

URL: https://forum.audiogames.net/post/529911/#p529911




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector