How can access files on shared drive from Windows 2008 server configured with SFTP
Posted
by
communicator
on Server Fault
See other posts from Server Fault
or by communicator
Published on 2012-10-31T01:36:36Z
Indexed on
2012/10/31
5:07 UTC
Read the original article
Hit count: 470
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?
© Server Fault or respective owner