dont log directory listing
Hi all,
im using winscp in an scripted environment
my command looks like
my scp looks like
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?
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?