KpyM Telnet/SSH Server - Forum
Do not read this!(access backup partition and network share)
Chase Do not read this!(access backup partition and network share)
 
I've set up kpym to get sftp access to a remote server, now I need to have access to a backup partition (E:\) and a network share. I'm using Netdrive to access these drives on the local machine, and ideally I'd like to have those two locations displayed in "My Computer" as though they were local drives. Any ideas?


Kroum Grigorov
 
> I need to have access to a backup partition (E:\)
You can access your E: drive as /E$ folder in sftp

> a network share
First you have to map your share, in "c:\program files\kts\scripts\sftp_init.bat" file add something like this:

net use Z: \\my-shared-pc\my-shared-folder

This will map the network path "\\my-shared-pc\my-shared-folder" to Z: drive
Now you can access the Z: drive as /Z$ folder in sftp

> I'm using Netdrive to access
If I'm not wrong, there's a "initial path" parameter somewhere in Netdrive, I think you can set this to "/E$" for example, to have direct access to your dsftp E: drive

Kroum


Chase You're right!
 
I ended up figuring the initial path variable out independently of this forum, but thanks for the pointer on the network share!


 

© 2007 - 2008 Kroum Grigorov
Powered by phpBB © 2001, 2005 phpBB Group