Can't file upload / download
-
Download
** given local path ==> Fail (not created local file. )
** using socket ==> success
-
Upload
** given local path ==> Fail (create remote file. and size 0)
** given buffer ==> Success (but can't use for large file)
** given read stream ==> Fail (create remote file. and size 0)
-
env
$ node -v
v10.19.0