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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.