The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 05-01-2007
kapilraj kapilraj is offline
Registered User
 

Join Date: Dec 2006
Location: Maryland
Posts: 144
Logon to your pc,

mkdir \download
cd \download
start => run => cmd
ftp <unixseervername>
#Supply username and password
ascii
get /path/to/the/file/file
bye

start excel \download\file

Regards, Kaps
# MS DOS Commands could be wrong ... it is from memory.

Regds,

Kaps
Reply With Quote