Question : Problem: how to share a folder through OpenSSh

hi everyone
i have windows 2003 server and i have install OPEN SSH, the user is connecting through a unix machine, when they connect they can see user directorys which i create, which in windows is C:\document and settings \ test

now the folder i want to share is on E:\ how can i do it ?

the user is connecting like ssh 192.168.1.12 test which is the server holding the directory

hope that helps

Answer : Problem: how to share a folder through OpenSSh

This goes a bit beyond what I'm used to seeing.  I believe that you are looking at a chroot environment, that changes things quite a bit.    I would need to see the openssh config, but I'm not experienced with it enough to read one and know what's happening

try running the command subst e:\dir\shared c:\edrive\share

then the user can connect and go directly to cd \edrive\share

with the subst command

Random Solutions  
 
programming4us programming4us