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

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -