Uploading multiple files

Top  Previous  Next

You can upload multiple files using the Sftp#mupload method and a regular expression. All files will be uploaded from your current local directory. See Setting your local directory for details.

 

Example

 

// upload all files ending with .gif extension in current local directory

sftp.mupload(".*\\.gif");





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

© 2021 JSCAPE LLC