need to know if i am able to get a file from a lynix file server to my WINDOWS XP hard drive via telnet using a script.
currently I am invoking ftp from MSDOS as follows:
ftp 192.168.0.1
user id:user1
passwordass1
then:cd /g1/lab
enter:binary
get (filename i want to get)
exit
quit.
currently I am invoking ftp from MSDOS as follows:
ftp 192.168.0.1
user id:user1
passwordass1
then:cd /g1/lab
enter:binary
get (filename i want to get)
exit
quit.