Hello All,
I am running a script (power shell) from my desktop (Windows). The script needs to sftp a file(using PuTTY psftp.exe ) from my desktop to a server(UNIX server). Then, as a second step, the script needs to move (or copy and delete) this file from one directory on the server (UNIX server) to another directory on the same server (UNIX server).
I have no issues executing the first step. However, I cannot figure out how to execute the second step(move the file) using PuTTY psftp.exe .
Thanks. this is what I was looking for !
BTW, to answer Scott's question, I can not copy the file directly because the process calls for authorization step where the file will be reviewed before being moved to its final destination.