pscp
is a very handful tool if you want to upload files to another server using SSH.
The only problem is that it is not able to detect if the destination file is already updated (based on datetime). I don't want to upload the file again if the file was not changed.
Is there any alternative for pscp
that has this feature?
I would prefer a solution that is able to use pageant
for authentication.