winscp.com version 5.1.6
Windows 7 64
Protocol SCP with Ageant
Command line:
winscp.com session /script=script.txt
Contents of script.txt:
option batch on
synchronize local d:\stuff /myserver/stuff
Everything works great until I hit a special file created by nano when putty drops, in this case testfile.cgi.save. Here's a log of what happens:
screenshot-2013-07-12-16- | 4 KiB | 34.4 KiB/s | binary | 100%
screenshot-2013-07-12-16- | 4 KiB | 34.3 KiB/s | binary | 100%
screenshot-2013-07-12-16- | 3 KiB | 33.3 KiB/s | binary | 100%
Local 'D:\stuff\morestuff' <= Remote '/myserver/stuff/morestuff'
testfile.cgi.save | 0 KiB | 0.0 KiB/s | binary | 0%
Cannot open remote file '/myserver/stuff/morestuff/chatlog.cgi.save'.
Permission denied.
Error code: 3
Error message from server: Permission denied
Request code: 3
(A)bort, (R)etry, (S)kip, Ski(p) all: Abort
Invalid access to memory
winscp>