Page 1 of 1

https get man files - possible?

Posted: Mon Jan 13, 2014 12:24 pm
by Allen Jordan
I have a client who wants me to pull files using https.
The file names are not static and there may be 0 to many files each time.

Is this possible using director and https?

Thanks

Re: https get man files - possible?

Posted: Tue Jan 14, 2014 12:18 pm
by Support_Rick
Allen,

If a request can be made by GADirector to some URI (ie... /list) that could return an XML formatted list of files, then Director could parse that list and do an HTTPS GET -or- POST inside a loop to retrieve the files.