I am using WinSCP for file transfer to a remote instance.
C:\Program Files (x86)\WinSCP>WinSCP.com sftp://root@<some IP>/ /log="C:
\winscp.log"
put D:\backup\hello.txt ./test1/
It is logging in perfectly and also the file is transferring, but it is not generating any log for that on the local path I have specified. How to resolve the problem?