javascript - SFTP-Nodejs create folder in remote location -


i had used following node module sftp implementation.

https://www.npmjs.com/package/ftps

my target create folder in remote location , save file. in see available session( http://lftp.yar.ru/lftp-man.html) in documentation shows mkdir option. have no idea how use it. kindly me create folder in remote location. new server development , confuses me. or possible create folder?

it seems in documentation not in actual source code index.js

you have use libary.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -