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
when I use node-ssh to connect to a Windows ssh server, and perform SFTP operations, it failed to reqeust SFTP with errors below:
Looks like the Windows dowsn't support SFTP protocol. But I checked the sshd_config on the windows server, it has sftp-server subsystem:
I can perform SFTP operations on a Linux ssh server successfully. And I can execute command on the windows ssh server. Does anyone know why it failed? And how to performa sftp on a windows ssh server?
The text was updated successfully, but these errors were encountered:
when I use node-ssh to connect to a Windows ssh server, and perform SFTP operations, it failed to reqeust SFTP with errors below:
Looks like the Windows dowsn't support SFTP protocol. But I checked the sshd_config on the windows server, it has sftp-server subsystem:
I can perform SFTP operations on a Linux ssh server successfully. And I can execute command on the windows ssh server. Does anyone know why it failed? And how to performa sftp on a windows ssh server?
The text was updated successfully, but these errors were encountered: