node-sftp-server
node-sftp-server copied to clipboard
Upload multiple files
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?