I'm using ssh2(https://github.com/lepture/node-scp2) node module, but it doesn't support scp, it is only support stftp. But I need scp node.js implementation as my development target is only allow scp not stftp. I found a several node.js project to support scp like following.
* scp2( https://github.com/lepture/node-scp2 ) - It use above ssh2 node.js modules, so it is using sftp to transfer file. Actually it is not an implementation about scp. * node-scp ( https://github.com/ecto/node-scp ) - It fork child process as 'scp'. So, it is just wrapper for Host-PC's scp command. It doesn't work not having scp command on the system as default. So, I need another node.js scp implementation, could you help me to find a proper node.js module ? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
