Problem with synchronize bat-file and .tex files
Hello,
I have a bat file set up which should synchronize two folders one a PC one on the server.
It works perfekt but doesnt Synchronize tex files (i.e tex,aux,lov,out,syc,suc.....)
I use sftp with latest version and the cmd console doesnt list the said files.
this is my synchronize file:
and this my bat file:
If i synchronize via in program synchronize options it works perfectly.
Thanks for help in advance
I have a bat file set up which should synchronize two folders one a PC one on the server.
It works perfekt but doesnt Synchronize tex files (i.e tex,aux,lov,out,syc,suc.....)
I use sftp with latest version and the cmd console doesnt list the said files.
this is my synchronize file:
open sftp://YYYYYYYYY:XXXXXXXX23@homeCCCCCCCCCCC.1and1-data.host/ -hostkey="XXXXXXXXXXXX" -rawsettings FSProtocol=2 ProxyPort=0 "synchronize" "both" "C:\Users\BBBBB\Desktop\EEEEEEEE" "/AAAAAAA/EEEEEE" exit
and this my bat file:
@echo off CONSOLESTATE /Min explorer "C:\Users\BBBB\Desktop\EEEEEE" winscp.com /ini=nul /script=winscp3.txt
If i synchronize via in program synchronize options it works perfectly.
Thanks for help in advance