nutronstar
asked on
Javascript extraction of file info from a domain browser window.
I have generated a browser window in Javascript using: window.location = "ftp://domain" I would like to browse to a file of interest and then extract the path to that file. I am somewhat new to Javascript and am wondering whether a Treewalker object should do the trick?
In JavaScript you cannot use ftp protocol with JavaScript Document Object Model. The DOM instantiates only http and https protocol document object model.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.