spmjs / node-scp2

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

Remove file from a server #96

Closed qburst-rahulp closed 6 years ago

qburst-rahulp commented 6 years ago

Is there any way to remove a file from the server?

ChiChou commented 6 years ago

Have you tried running rm with ssh2 module?