atinux / node-ftps

FTP, FTPS and SFTP client for node.js, mainly a lftp wrapper.
MIT License
202 stars 57 forks source link

Add ftps.mkdir() to available chainable functions #83

Closed azivkovi closed 2 years ago

azivkovi commented 2 years ago

Adds support for creating new remote directory. Can be done as a chain command e.g. ftps.mkdir(path, ['-p']).cd(path).addFile(file).

Credit: https://stackoverflow.com/a/31471640/4151151

height[bot] commented 2 years ago

Link Height tasks by mentioning a task ID in the pull request title or description, commit messages, or comments.

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.