View files online that are offline.
Results 1 to 5 of 5

Thread: View files online that are offline.

  1. #1
    Registered User xShrimp's Avatar
    Join Date
    Jan 2005
    Location
    Alberta, CANADA
    Posts
    124

    View files online that are offline.

    I know, I know, the topic sounds odd, but after I explain everything, it'll be easy for you geeks out there (just kidding). Well heres the story, I have a program that I run everytime I sleep or leave the house, and it keeps a log on everything it does into a .txt, so when I'm out I want to beable to view the logs online, is there a way I can view it online as it always updates? Any necessary programs involved?

    Thanks, in advance.

    -Tony

  2. #2
    Driver Terrier NooNoo's Avatar
    Join Date
    Dec 2000
    Location
    UK
    Posts
    31,824
    You have two major options

    A remote method of accessing the pc in question or creating a web page to view the files.

    So question 1, from where do you think you will be accessing the log files... work, internet cafe, web enabled phone?

  3. #3
    Registered User Gabriel's Avatar
    Join Date
    Aug 2000
    Location
    Tel Aviv Israel
    Posts
    2,161
    Hi,
    There is a third option - sending the file (SMTP/FTP) to a remote online location.
    This can be done quite easily by a scheduled Batch file.

    For SMTP you can use BLAT
    http://www.blat.net/
    or Febooti
    http://www.febooti.com/products/command-line-email/


    WindowsXP has built in FTP - and using Batch scripts there are quite easy:
    for more info - go
    http://support.microsoft.com/kb/96269


    Cheers,
    Gabriel

  4. #4
    Registered User xShrimp's Avatar
    Join Date
    Jan 2005
    Location
    Alberta, CANADA
    Posts
    124
    i'll look into those options, thanks alot
    and i'd be looking at these log files at work, school and other places if i wanna check what has happen

    edit:
    i looked at the windows ftp batch script, and i understand that you can use it to upload a file, but how do i have it upload on a frequent basis, ie. one hour.
    Last edited by xShrimp; April 27th, 2007 at 06:42 PM.

  5. #5
    Registered User Gabriel's Avatar
    Join Date
    Aug 2000
    Location
    Tel Aviv Israel
    Posts
    2,161
    Quote Originally Posted by xShrimp
    i'll look into those options, thanks alot
    and i'd be looking at these log files at work, school and other places if i wanna check what has happen

    edit:
    i looked at the windows ftp batch script, and i understand that you can use it to upload a file, but how do i have it upload on a frequent basis, ie. one hour.
    Make the batch script delete the "old" file (the one on the FTP "side"), and upload the new file. Schedule the batch to run Hourly...

    Example (to the SCR file):
    user
    guest
    guest
    delete file1
    put file1
    quit


    Helped?

    Cheers,
    Gabriel

Similar Threads

  1. wmz files
    By Votan in forum Microsoft Office
    Replies: 3
    Last Post: December 10th, 2003, 09:49 AM
  2. Skip open files during file copy in Windows
    By TNR in forum Tech-To-Tech
    Replies: 5
    Last Post: September 13th, 2003, 08:12 PM
  3. does xp have an xcopy utility?
    By Shard92 in forum Windows XP
    Replies: 11
    Last Post: October 18th, 2002, 12:15 PM
  4. Replies: 0
    Last Post: February 24th, 2002, 06:37 AM
  5. [RESOLVED] Missing Win95 OS files
    By dr-diggs in forum Windows 95/98/98SE/ME
    Replies: 8
    Last Post: September 25th, 2001, 03:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •