Thank you. Thought it might be limited. Passmark has a modem test program (http://www.passmark.com/products/modemtst.htm). They may have found the API's for a file transfer protocol of created their own. Again thanks for the reply.
Aspecters,
When you send/transfer a file there are several bits of information updated during the actual transfer in the Zmodem window. Byte count, transfer status, Bytes/second, time remaining, batch remaining. I’m testing some specific networks for dial up data. At this time, depending on...
The Dialstats script below works when it set to DATA but when it has TELNET the results are always zero. Should dialstats work for TELNET? I was looking to use the data in the connection log for trending and tracking. At this time I'm using "execute" in several scripts to write the date, time...
Made another improvement by moving the "if not nullstr" after the 1st loop. This keeps the 2nd loop from running as often.
for count1 = 0 upto raycnt
look4this = ddd1[count1]
if not nullstr look4this
for count2 = count1+1 upto raycnt
if strcmp look4this...
I'm trying to find the best way to count occurrences of a string, which is telephone number, using two loops and a array. I'm wondering if using the example below can be improved upon. As you can guess, if raycnt is large can take some time. Raycnt is/was incremented before the looping starts...
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.