- martin
Post a reply
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Topic review
- Stas
Problem with sending files to the Nas
When starting .bat error occurs
For example, someone has a file open. How can I write in the script so that such errors are ignored and files are skipped. The script itself:
Please tell me who knows.
The process cannot access the file because this file is occupied by another process.
For example, someone has a file open. How can I write in the script so that such errors are ignored and files are skipped. The script itself:
option batch on
option confirm on
open sftp://sshd:111111@192.168.21.521
cd /
synchronize remote \\dc\Рабочая_new /mnt/HD/HD_a2/BackUpShare/
echo %TIMESTAMP#YYYY-MM-DD HH:NN:SS%
close
exit
Please tell me who knows.