spmjs / node-scp2

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

Is there destination folder name has string limit? #108

Open Wandererer opened 6 years ago

Wandererer commented 6 years ago

when i use scp (src, dest, func(){}) to move files and check files are in the dest.

src = /tmp/deploy/data/* dest: = id:pwd@ip:/var/www/gameData/

but what i found out that files are in /var/www/

everytime run js file. files are not in var/www/gameData/

so my only think is dest has string limit.... did i use scp wrong? or is there other option to use?

Wandererer commented 6 years ago

scp2 version is 2.2

sharvilak11 commented 4 years ago

@Wandererer Did it work for you ?