Having been helped out before from the group I have run into another
problem. My bat file runs OK on XP machines, but I am having trouble
on a Vista PC, I can not get past the login stage.
Bat file
@echo
ftp -i -s:ftrans.txt
CSL
EXIT
Ftrans.txt
open IP
user
password
cd mdir
mget *.* c:\mydir\*.*
quit
I am guesing syntax is incorrect for Vista
regards Neill
> Hi All
>
> Having been helped out before from the group I have run into another
> problem. My bat file runs OK on XP machines, but I am having trouble
> on a Vista PC, I can not get past the login stage.
>
I had a similar problem moving from 98SE to XP. The script worked fine in
98SE but not consistently in XP. The FTP client is different in the
different OSs, and I'm sure things changed in Vista. The general
information I got was that the FTP client included in Windows really sucks
and should not be used for anything more than just one off uses. If you're
doing anything serious, use a better FTP client. We now use NcFTP,
http://www.ncftp.com/
You can then use the built-in commands in your batch file, this works very
well for us in XP, I'm not sure about Vista, but I can't see why it
wouldn't work.
--
HK