spmjs / node-scp2

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

Error during send file #99

Open RobertMrowiec opened 6 years ago

RobertMrowiec commented 6 years ago

Hello, when i started my node server I tried to upload a file and I got an error like this: "errno": -2, "code": "ENOENT", "syscall": "stat", "path": "a.txt"

any solution? I've got a file a.txt in the same folder where is this code