Creating a remote directory

Top  Previous  Next

You can create a remote directory on the server using the Ftp#makeDir method. The directory created is relative to your current remote directory.

 

Example

 

// create directory named images

ftp.makeDir("images");

 

 

See also

 

Setting your remote directory





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

© 2021 JSCAPE LLC