Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Andreas

changed to .xml, thanks
martin

Re: dont log directory listing

The session log is primarily for debugging purposes. If you want to log the operations, use XML logging.
https://winscp.net/eng/docs/logging_xml
Andreas

dont log directory listing

Hi all,

im using winscp in an scripted environment
my command looks like
winscp /script=bla.scp /log="log_bla.log"


my scp looks like
option batch abort

option confirm off
open ftp://user:pass@server
put some.file
close
exit


unfortunately, the remote folder has tons of files and I have a ls in every single logfile for no reason.
Is there a way to get rid of this?