the concatenation doesn't appear to work in a for loop. this also doesn't appear to work. I want to be able to spool out any number of items but lordy dos doesn't appear to be very flexible and neither does ftp. fine for really simple things but looping constructs etc are very lacking. @echo on setl...
Well the call version worked except that I still cannot concatenate the text. ascii GET 'HLQ.TEST.SOURCE(QAHX5301)' QAHX5301.TXT GET 'HLQ.TEST.SOURCE(QAHX5302)' QAHX5302.TXT ... My file has the above. I wanted to concatenate the ftp commands into 1 variable. I tried sending a big bunch of commands u...
I'm trying to build an FTP script where I don't have to store the userid and password. The below worked just fine EXCEPT that I now want to be able to transmit like 20+ files. http://www.dostips.com/forum/viewtopic.php?f=3&t=1078&p=3695&e=3695 I thought I'd save the file commands separat...
I have an ftp script and it works just fine but I need to know IF it is possible to somehow make the userid and password get PROMPTED or PASSED when running my .BAT file. I know how to get the userid and password in my .BAT file and I see that they can be written out and then passed to FTP but that ...