Deleting multiple files

Top  Previous  Next

You can delete multiple files using the Ftps#mdelete method and a regular expression.  All files will be deleted from your current remote directory.

 

Example

 

// delete all files ending with .gif extension in current remote directory

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

 





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

© 2021 JSCAPE LLC