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!!!
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?
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!
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...
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???
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.
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...
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"...
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...
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...
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…
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...
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.