I wanted to check if the given file path(can be shared path,local path on remote windows server) on remote windows machine is existing,is directory and has write permissions from windows machine.
I will be supplied with remote host name, userid,password and file path.
I am using java 1.6
for example:
from my windows machine, I need to access \\ABDCDMACHINE\DDRIVE\FFOLDER\XXFILE
I know this can be done using File API. methods in this API, takes parameter of URI/URL, but I want to know how form URL with user name and password included in it.