Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Screen Capture  (Read 2492 times)

0 Members and 1 Guest are viewing this topic.

Tommytwotone

  • Guest
Screen Capture
« on: January 08, 2008, 07:53:52 AM »
I'm FTPing files via DOS using a BAT file which gets initiated at a certain time each day. I would like to be able to see the screen contents in order to verify that the connection was made and the transfer took place. Is there anyway to do this in DOS or do I have to use a FTP program instead?

gpl



    Apprentice
  • Thanked: 27
    Re: Screen Capture
    « Reply #1 on: January 08, 2008, 11:33:44 AM »
    Why not output the FTP session to a logfile?

    Tommytwotone

    • Guest
    Re: Screen Capture
    « Reply #2 on: January 10, 2008, 06:46:23 AM »
    And how would one do that? I looked at the FTP commands and didn't see any way to create a log file.

    gpl



      Apprentice
    • Thanked: 27
      Re: Screen Capture
      « Reply #3 on: January 10, 2008, 07:57:30 AM »

      Tommytwotone

      • Guest
      Re: Screen Capture
      « Reply #4 on: January 11, 2008, 10:30:38 AM »
      Thanks for your help.