Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RogerMialkowski

  1. RogerMialkowski

    FTP Aspect progess log

    Hey all, Wondering if anyone knows of a way to capture the dialogue of an FTP session? I can't find any command that will simulate the View/Display Progress Text command in the GUI. As soon as you click either the button or command, it'll dump a file called c:\winnt\temp\progress.txt which...
  2. RogerMialkowski

    using $XFERSTATUS in a while statement

    Here's what we've been using in production for a long time: INTEGER XferFlag = 0 Sendfile Zmodem $FILESPEC while $XFERSTATUS yield XferFlag = $XFERSTATUS endwhile termmsg "`r`nTransfer Status = %d" XferFlag Now, there is a funky catch. Are...

Part and Inventory Search

Back
Top