spmjs / node-scp2

[MAINTAINER WANTED] A pure javascript scp program based on ssh2.
384 stars 96 forks source link

Doing SCP #120

Closed 1am closed 5 years ago

1am commented 5 years ago

Hi,

I'm trying to upload a file to a limited server where actually scp is the only way to go. Since node-scp2 is "implementing scp in an sftp way" the server is rejecting the node-scp2 uploads with error 127 since it can't handle that much. Is there maybe a known way or another host-independent library which does SCP in such limited use cases?

1am commented 5 years ago

Eventually found https://github.com/pghalliday/scp1 which seems promising