Element "mv" not found in log file
I am setting up synchronization between our local folder and a remote folder on the client's side, using sftp.
The synchronization, uploading/downloading files is working fine.
I just added moving the files from one remote directory to the archive remote directory using the following statement:
$session.MoveFile("/sftp/file_*", "/sftp/archive/")
As far as I understand this should move all files from "/sftp/" starting with "file_" to the /sftp/archive folder.
However I keep getting the error:
Element "mv" not found in log file. Please advise on how to resolve this issue.
Kind regards,
The synchronization, uploading/downloading files is working fine.
I just added moving the files from one remote directory to the archive remote directory using the following statement:
$session.MoveFile("/sftp/file_*", "/sftp/archive/")
As far as I understand this should move all files from "/sftp/" starting with "file_" to the /sftp/archive folder.
However I keep getting the error:
Element "mv" not found in log file. Please advise on how to resolve this issue.
Kind regards,