Thanks for your reply.
I tried doing that but did not work.
i also tried
while iStatus1 == 1
iStatus1 = $XFERSTATUS
yield
iStatus2 = iStatus1
endwhile
still same results.
Regards
Vikram
Hi,
I have been trying to capture file transfer status with $XFERSTATUS for last 2 days but was not successfull.
I have listed the code i have been using in my script.
sendfile ZMODEM sendfilename
iStatus1 = $XFERSTATUS
while iStatus1 == 1
yield
iStatus1 = $XFERSTATUS...
HI,
I am using FTP script posted by one of the users for my upload and downloads.
My Problem is, how to download files from FTP server to a particular location on my local system.
Does anyone have suggestions.
Thanks
Vikram
I used the code from aspectscripting.com to send mails.
Since it was working for only internal mails, then i tried to send manually.
In both cases i failed.
I am trying to send mail to an external mail server and getting the following message.
"The recipient name 'XXXXXX@yahoo.com' is unknown."
please note that if i am sending the same mail to my mail server it is working fine.
can anybody help me in solving the above issue.
Thanx for immediate response KNOB. U r the best.
But i figured out the way and fixed the code just after i posted the request.
The bug was
insted of this "fwrite 0 0x0A0D"
i have to write "fwrite 10 0x0A0D"
the file ID i was opening the file is different from the one i...
Hi,
I have written the following code for the carriage return . Can u let me know what is wrong with this. I am not able to get the carriage return sequence after every line is wrtten to the test file.
My code
fopen 10 "c:\test\Log.txt" readappend
strfmt tempstr...
Hi,
I have around 100 connection directories and have two systems with seperate modems installed one for each, have to dail all the 100 connections in single day and send out files.
Since there is no time to send all of them i would like to know if i can have two are more instances of procomm...
I am trying to call VB Script using Procomm using
run "C:\Documents and Settings\test\Desktop\test.vbs"
now i would like to pass arguments to the test.vbs script.
Can anybody help me out in this matter
Thanks
I have a problem in downlaoding a file.
I used the following code :
***********************************************************
getfile ZMODEM
while $XFERSTATUS
yield
endwhile
***********************************************************
but before the file...
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.