Post a reply

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

martin

Re: log every action of a user and save it in file - How?

Why do you use the /script switch, if you want to use GUI?
noprobs

log every action of a user and save it in file - How?

I have tried to create a batch file that logs the user's actions within WinSCP at the server and saves them to text file.

For example the user copies within WinSCP-GUI with drag & drop a file from the host PC to the server. This operation with the corresponding SCP command should be logged.

Unfortunately it does not work and nothing happens if I use WinSCP and start batch-file:
"C:\Program Files (x86)\WinSCP\WinSCP.exe" /log="C:\Logfiles\winscp.log" /loglevel=-1 /ini=nul /script="C:\Logfiles\log.txt"