MV COMMAND
I have a script with mv to rename a *.file to 1 and it runs fine when I am in the winscp> prompt but when I call a script it fails to rename the file.
Do I need to call the full path?
cd /remotefolder/ put -filemask=>8K;|>1D; *.bin /remotefolder/ rm 1 mv *.bin 1
Do I need to call the full path?
mv /remotefolder/*.bin /remotefolder/1