busboy
busboy copied to clipboard
Upload file to SFTP server
How to upload files to sftp server using busboy? I am stuck in this. I want to upload pdf file from react ui to sftp server. I am doing backend with express js along with busboy. Kindly guide me in this. Locally in express server i can upload but files need to be transferred to sftp and i have all the credentials which are working with winscp.
That's beyond the scope of this project, you might try asking on nodejs/help or a place like stackoverflow.