Deleting a file

Top  Previous  Next

You can delete a file using the Ftp#deleteFile method.  All filenames are relative to your current remote directory.

 

Example

 

// delete file named image.gif

ftp.deleteFile("image.gif");

 

 

See also

 

Setting your remote directory





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

© 2021 JSCAPE LLC