hi there!
my problem: i want to download and remove (get -delete) some files from a sftp server. ok so on that works very fine.
my problem is, that my logs are looking very unreadable. i another post here in the forum i saw an log, which would satisfy me much.
https://winscp.net/forum/viewtopic.php?t=6665
i'm starting the winscp session in a bat file with
WinSCP.com /console /script=scriptfile.txt /log=logfile.txt
my scriptfile is the following:
_____________________
option batch on
option confirm off
open user:pw@host
cd directory
get -delete *.* localpath
cd ..
cd newdirectory
get -delete *.* newlocalpath
exit
___________________
hm and my logfile is very huge O:-)
could anybody help me or give me a hint to get a logfile looking like that one in the other topic?