- OpenÂ
C:\ProgramData\ssh\sshd_config
in notepad text editor.ssh directory - Scroll down to the following line in the file:
Subsystem sftp sftp-server.exe
- ReplaceÂ
sftp-server.exe
 withÂsftp-server.exe -d "c:\RootFolder"
, whereÂ"c:\RootFolder"
is the root folder to load when connecting, so that the line looks like this: Subsystem sftp sftp-server.exe -d “c:\RootFolder”
You can use any drive & directory
The next time you open an SFTP connection to the server, you’ll be dropped into the folder you specified above.
To Access your files remotly anwhere for free. Check out this link https://informaticblogs.com/how-to-access-your-files-remotely-anywhere-for-free-using-port-forwarding/