Not Deleting Remote File
I'm trying to automate an SSIS package to create a file and then upload that file (using Execute Process Task to invoke WinSCP.com) to an SFTP location. I can move the file to the SFTP but I also want the program to delete that remote file. I have:
rm *.xls
But it's not deleting the remote file. What am I doing wrong?
Thanks for the help!!
rm *.xls
But it's not deleting the remote file. What am I doing wrong?
Thanks for the help!!