Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

CodeObserver

Remove Single File From a Server

I am able to get a list of all files on the server and able to download all of them to a local directory. Now I need to delete but ONLY ONE file out of (x) files on the server. I saw session.removefiles but it looks like that will remove ALL files.

Knowing the file name, Need only to remove 1 file.