Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


unimportant

Members
  • Posts

    3
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by unimportant

  1. Does anyone know if there is a way to see a stream of the output_log.txt?

    I've been looking over the forums and wiki and have not yet found any info on this so I attempted to create my own solution by periodically retrieving the file via FTP but my hope here was I would be able to "resume" the file download if the file size changed. It seems like the FTP server is caching the response for the request to get file size or modified time so when my script attempts to resume but the file hasn't changed it will download the whole file again. This is not ideal as I'm sure survivalservers wouldn't mind if I avoid using more bandwidth than I need but I can make it work.

    Is there a better way?