I use pscp
to copy a file from Windows to Unix and I run it using VBA.
After pscp
command how will I ensure that file is transferred successfully?
shell "pscp -P 22 -pw abcd test.csv user@XXX.com:/u01/test"
question from:https://stackoverflow.com/questions/66058720/check-result-of-pscp-transfer-in-vba