Bit of help needed with logging, running WinSCP from command line
I'm using a batch file to run WinSCP to copy changed files from a web server to my local machine.
When I use
If I switch to using
Ideally I'd like to use a universal file type, such as .txt, so that everything can open it – but with the same functional and easy to read "only show files that were downloaded" capability of the XML logging.
I'm sure im doing something wrong, but not sure what, any help or suggestions appreciated....
When I use
/xmllog
, I get a very small file and it only list the files that were downloaded. This is great, and what i want – but some apps, like the Outlook App on my iPhone, can't open the resulting XML file.
If I switch to using
/log
, I get a big file (2-5MB) that's quite verbose, even if loglevel is set to -1.
Ideally I'd like to use a universal file type, such as .txt, so that everything can open it – but with the same functional and easy to read "only show files that were downloaded" capability of the XML logging.
I'm sure im doing something wrong, but not sure what, any help or suggestions appreciated....