Uploading multiple files

Top  Previous  Next

You can upload multiple files using the Ftps#mupload method and a wildcard expression. All files will be uploaded from your current local directory.

 

Example

 

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

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

 

 

See also

 

Setting your local directory





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

© 2021 JSCAPE LLC