|
Answer» I need help running an ftp SCRIPT from within a batch file. When I run the FOLLOWING command from a batch file:
ftp -s:script.txt
I get this error:
'ftp' is not recognized as an internal or external command, operable program or batch file
Can you MANUALLY FTP to the server you wish to connect to?
I.E: ftp xxx.xxx.xxx.xxx [enter userid] [enter passwd] [connected ??]
Otherwise, you'll need to show what the CONTENTS are of the script.txt file.Yes, that works just fine.Then the cause of your error will be with the content of the scriptfile script.txt.
Can you provide details of this file ??
|