How can access files on shared drive from Windows 2008 server configured with SFTP
- by communicator
I have installed OpenSSH on my windows 2008 server by following the user guide here . Now I have some files on windows network share with UNC path as
\\corp\test\testdata
I want map this file system on network share to my windows 2008 server which is configred with SFTP so that I can access these files from my Java Program by doing SFTP to windows 2008 server.Is there anyway I can map the network share to C or other drive in server so that all the files on the share will be available as local files on the server?