1

I want to move archive files to a location at FTP server.The archive files will be generated using NLog.How can I move files to a remote server using NLog.Is it possible?

Kesiya Abraham
  • 753
  • 3
  • 10
  • 24

1 Answers1

0

You have to implement a "log rotate" logic.

Here there are some useful hints.

I don't know any ftp target for NLog, but you can create one extending NLog

Community
  • 1
  • 1
chf
  • 743
  • 4
  • 14