I want to copy a file present in a shared location to windows machine. Is there some way by which i can specify username and password while copying the file?
If i try to access using copy task, it is giving error saying location does not exist. is it because of permission?
<copy todir="C:/localdir">
<fileset dir="\\\remotemachinename\dirname">
</fileset>
</copy>