Creating a remote directory

Top  Previous  Next

You can create a remote directory on the server using the Sftp#makeDir method. The directory created is relative to your current remote directory. See Setting your remote directory for details.

 

Example

 

// create directory named images

sftp.makeDir("images");





Home | Company | Products | Solutions | Purchase | Support | Services | Blog

© 2021 JSCAPE LLC