Solved
Is there any way to send a file to remote sftp server using Java Script?
The requirement is basically, send an encrypted file to the external SFTP server, previously, that server gives me a Bearer Token, with that, I will be available to send a file.
Is there any way to accomplish that? Any help is well received.