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: Logging Downloaded Files?

Extract a name from the XML file and store it anywhere else you want.

On use WinSCP .NET assembly:
https://winscp.net/eng/docs/library
Shigerua

Logging Downloaded Files?

Hey.

I wrote a script that is downloading a file and deleting it after.
Now I want to write the name of the files + downloaded time to a log file.

I tried the XML Logging, but its getting overwritten and not appending (But I need an appending log file)

Then I tried it with a .txt file but there are too much informations in it.

Any Idea how to parse the name of the files and then save them to a log file?

Thanks alot!