I am using the this npm module for my SFTP iplementation.
As I need to create a folder on my SFTP server where I can upload my file. I have read the documentation but nothing is mentioned about this.
How to create a folder on SFTP server using ssh2 npm module?