My script is timeing out when downloading multiple files using Zmodem. The first file (usually 1 - 5 KB) downloads fine. The second file (usually 700 - 900 KB) starts and then time outs, I only get a few KB. The rest of the script processes ok. I can download manually just fine.
Here is the script:
waitfor "ferring files ...rz" 60
if SUCCESS
getfile ZMODEM
iXferStatus = $XFERSTATUS
while iXferStatus == 1
iXferStatus = $XFERSTATUS
endwhile
waitfor "Your transfer was successful"
endif
Any ideas or suggestions?
Thanks.
Here is the script:
waitfor "ferring files ...rz" 60
if SUCCESS
getfile ZMODEM
iXferStatus = $XFERSTATUS
while iXferStatus == 1
iXferStatus = $XFERSTATUS
endwhile
waitfor "Your transfer was successful"
endif
Any ideas or suggestions?
Thanks.