Remove files from Remote server
Hello,
I am trying to remove files from a remote server after I have downloaded them to my local server. I found some code from the forum. The commands I am using are the following:
When trying this, I am receiving an error.
Thank you
I am trying to remove files from a remote server after I have downloaded them to my local server. I found some code from the forum. The commands I am using are the following:
$session.GetFiles("/Home/folder/files.pdf", "D:\daily files", $False, $transferOptions).Check() $session.RemoveFiles("/Home/folder/files.pdf")
What is the syntax of the command I should be using? I only want to remove the pdf files in this folder.Cannot find an overload for "RemoveFiles" and the argument count: "3"
Thank you