chilloutdude
20th May 2002, 22:47
Hi All,
Does anobody have idea how to write ftp scripts in windows NT. I did the ftp script through unix shell script but i am not aware of something like that in windows NT.

The idea is to ftp a file from a folder to the other server and then archive the original file, and i want to suppress the message if the other server is down etc??

any help on this is appreciated.if anybody has a sample code,please paste it here or send it to chilloutdude@rediffmail.com

thanks.

~Vamsi
20th May 2002, 23:27
Please post any suggestions to this board. That will help the rest of us.

Han Brinkman
21st May 2002, 09:54
I have used some ftp scripts in an interface from Baan on NT to a AS400. THe job calls an NT batch file which started a ftp command which used an ftp script file.

I don't think that this is different on unix.

Han