Hi again.
Already asked for help with scripting, got the answer, but unfortunately not solved totally.
WinSCP 4.2.8 (same problem when used 4.2.7), XP professional SP3 (EN).
My previous thread -
https://winscp.net/forum/viewtopic.php?t=8815
Currently used command (batch file):
@ECHO OFF
@ECHO Odpalamy FTP... :-)
@PING 1.1.1.1 -n 1 -w 10000 >NUL
@START C:"\Documents and Settings\joujoujou\Desktop\Pulpitt\winscp\WinSCP.exe" /console /script=C:"\Documents and Settings\joujoujou\Desktop\Pulpitt\winscp\test.txt"
Script:
option batch on
option confirm off
option reconnecttime 1
open user@domain.com
synchronize remote
keepuptodate C:"\Program Files\Cumulus\web" /var/www/domain.com/htdocs/weather
Note: user and domain details changed to keep some privacy. ;)
<invalid hyperlink removed by admin>
Problem exists only when use scripts - in GUI mode all is working O.K.
I'd rather prefer not to publish log I've saved.
Would be glad to email it, or somehow like that.
Thank you.