jsftp icon indicating copy to clipboard operation
jsftp copied to clipboard

not support node v10.x (fault upload, download at CentOS8)

Open junkl-solbox opened this issue 6 years ago • 2 comments

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

junkl-solbox avatar Apr 08 '20 12:04 junkl-solbox

duplicated #284 #288 branch add_288

junkl-solbox avatar Apr 08 '20 12:04 junkl-solbox

test result: not complete upload example

  • test1 : 3088290138 / 3642855770 (uploaded)
  • test3 : 3180695898 / 3642855770 (uploaded)

Sometimes succeed

junkl-solbox avatar Apr 08 '20 12:04 junkl-solbox