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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jlkpal

    Download Script

    It works! I copied sample FileXfer_Client and FileXfer_Host files, tweaked them and they work beautifully!!! Knob - Thanks so much for your invaluable help!!!
  2. jlkpal

    Download Script

    Ultimately, we will have 20 PC's dialing into the Host. Each PC will need to download a different file. Do you know of a sample script for the Host PC that would accommodate different PC's and files?
  3. jlkpal

    Download Script

    I have 2 PC's. PC#1 is trying to get information from PC#2. PC#1 has the script running to Get the file. PC#2 is set to auto answer within Procomm and have the ZMODEM download automatically set. Does PC#2 need to run something to Send the file? PC#2 is unattended. Thanks so much for your help!
  4. jlkpal

    Download Script

    When I connect and try to Receive the file, the Zmodem dialog box appears, with no files. Does the Host have to Send while I Receive the file?
  5. jlkpal

    Download Script

    The Zmodem transfer dialog doesn't appear and it seems to hang during While 1 yield Endwhile after the When $XFERSTATUS call getit Since I couldn't get it to work, I tested the values in Main and Getit. It never made it to Getit and didn't display any values. Could...
  6. jlkpal

    Download Script

    Has anyone had problems with the $XFERSTATUS or $XFERFILE? The file still won't download and the $XFERSTATUS shows NULL and the XFERFILE isn't being set. I'm working with version 4.7. Am I missing something???
  7. jlkpal

    Download Script

    More info - The timeout appears to happen during the endwhile after the Getfile and Getit commands.
  8. jlkpal

    Download Script

    Thanks again for all your help. The script compiled and I'm able to dial into the system. The ZMODEM Receiving window appears but then a timeout occurs.
  9. jlkpal

    Download Script

    Thanks for the info. I received the following message based on GETFILE ZMODEM getit() Unexpected token(s) at end of line: GETIT... The getit procedure is as follows: proc getit integer iStatus string sDownloadFile = "test.mdb" iStatus = $XFERSTATUS while iStatus...
  10. jlkpal

    Download Script

    Thanks for the info. I've tried several variations of downloading the file. The connection is made, but the download still doesn't occur. Any help would be greatly appreciated... ;>>>>>>>>>>>>>>>>>>>>>>>> #define fLOGFILE "C:BACKUP\logfile.txt" #define szENTRY "Downtown"...
  11. jlkpal

    Download Script

    More information - I was able to get the script to compile, however, it won't transfer the file. The Transfer box appears but times out. On the host side, I do have the data in the correct directory. transmit "D test.mdb^M" waitfor "Start Xfer" getfile ZMODEM while...
  12. jlkpal

    Download Script

    I've been spinning my wheels trying to create a download script. The GETFILE ZMODEM command just doesn't seem to compile. Does anyone have a sample script to download a file? Unfortunately, I wasn't able to get the Aspect Script sample cds, which may have some good examples of the...
  13. jlkpal

    Need to Send Data from Remote to Host

    Thanks so much for the valuable info… Which program would be the best for file transfer? - WinBatch, pcAnywhere, HyperTerminal, or something else? What is the name of the program with the timed code on the server where it would listen to the folder? Thanks again…
  14. jlkpal

    Need to Send Data from Remote to Host

    Hi, We currently enter data on several PC’s using a LAN. Everything works fine. Now, we want to enter the data remotely and send the data to a “Host” PC. The remote users do not have Internet access, only a modem with whatever software will be necessary for the transfer, as well as MS...

Part and Inventory Search

Back
Top