Answer the question
In order to leave comments, you need to log in
How to write paths in an external file?
I have such a script for file synchronization, ala backup, written for WinSCP, which synchronizes files via ftp / sftp
SET server=/home/
"%APPDATA%\WinSCP\WinSCP.com" ^
/log="%APPDATA%\WinSCP\WinSCP.log" /ini=nul ^
/command ^
"open sftp://данные для входа/" ^
"cd %server%"^
"option batch continue"^
"mkdir %userfolder%"^
"synchronize remote %APPDATA%\ViberPC %server%/%userfolder%/" ^
"synchronize remote %APPDATA%\Yandex %server%/%userfolder%/" ^
"option batch abort"^
"exit"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question