Hi,
I am using ApacheURLLister() to recursively lists the files/folders of a
URL.
This code is running inside a GRADLE Script.
Every time I run the code, I am getting HTTP Error Err No 401 Unauthorized
access).
Later I came to know that I need to specify Username and Password is IVY
Settings file.
Eg:
url1 = new URL("http://www.ABCDXYZ.com/projects/myteamproject/myproject/");
ApacheURLLister lister1 = new ApacheURLLister();
serverDir = lister1.listAll(url1);
Please specify where can I access that settings file OR Any pointers or
suggestions will be of huge help.
Regards,
Sampath