Thank you, that worked
- PMORRISON
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
^
at the "open" line:
"open ftps://.../ -certificate=""...""" ^
Connecting to ftp.spatialest.com:990 ...
TLS connection established. Waiting for welcome message...
Connected
Starting the session...
Session started.
Active session: [1] huntington-ny@ftp.spatialest.com
winscp>
@echo off
"C:\Program Files (x86)\WinSCP\WinSCP.com" ^
/log="C:\writable\path\to\log\WinSCP.log" /ini=nul ^
/command ^
"open ftps://huntington-ny:yFN62DSes@ftp.spatialest.com/ -certificate=""ee:80:5a:de:31:07:e2:f4:8f:5b:ce:aa:45:ed:8c:7d:48:27:0e:6d""" ^
"put ""e:\Spatialest data\transfer\*"" /"^
"exit"
set WINSCP_RESULT=%ERRORLEVEL%
if %WINSCP_RESULT% equ 0 (
echo Success
) else (
echo Error
)
exit /b %WINSCP_RESULT%