node-sftp-server icon indicating copy to clipboard operation
node-sftp-server copied to clipboard

Upload multiple files

Open maxeppc opened this issue 7 years ago • 0 comments

Can you please provide an example of how to handle multi upload. For sftp PUT (one file) command, everything works fine. For sftp MPUT, when I pass files as arguments e.g MPUT test.pdf test2.pdf, the output is Uploading test.pdf to <directory>/test3.pdf

Is there any example how this should be handled?

maxeppc avatar Apr 12 '19 13:04 maxeppc