Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

script to get file from lynix file server to WXP via telnet

Status
Not open for further replies.

vakrig

MIS
Feb 7, 2003
3
US
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
password:pass1
then:cd /g1/lab
enter:binary
get (filename i want to get)
exit
quit.
 
Not sure if this is the answer to your question.

My presumption is that you want to get data off a LINUX/UNIX server.

The best solution is to use FTP.

You can create a script, be it a .CMD (the one I have referenced below) or .VBS

thread329-450123 this helps.

DougCranston
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top