You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have setup an ssh tunnel between my work machine and my home machine (both Windows) using Rospo on both ends with public and private keys. The tunnel gets established but I have a doubt. Can files be exchanged between both machines using the built-in put and get commands only, or is there an actual SFTP server running? I would really like to use an SFTP client to exchange files ..
(I have enabled disable_sftp_subsystem: false on the work machine, but I cannot access it using WinSCP or sftp using port 22 which I have tunneled and forwarded)
If an SFTP server is actually running, how can I specify a root folder for it? If only put and get can be used, what path does it read from?
The text was updated successfully, but these errors were encountered:
I have setup an ssh tunnel between my work machine and my home machine (both Windows) using Rospo on both ends with public and private keys. The tunnel gets established but I have a doubt. Can files be exchanged between both machines using the built-in
put
andget
commands only, or is there an actual SFTP server running? I would really like to use an SFTP client to exchange files ..(I have enabled
disable_sftp_subsystem: false
on the work machine, but I cannot access it using WinSCP orsftp
using port 22 which I have tunneled and forwarded)If an SFTP server is actually running, how can I specify a root folder for it? If only
put
andget
can be used, what path does it read from?The text was updated successfully, but these errors were encountered: