![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Transfering file from unix server to a windows pc | Preet | IP Networking | 1 | 05-13-2008 12:00 PM |
| transfering file from unix to window | Nirmal | Shell Programming and Scripting | 2 | 03-22-2008 12:11 AM |
| automatic transfering of files using scp | tcruicksh | Shell Programming and Scripting | 1 | 06-22-2006 06:57 PM |
| Transfering files from one server to another. | Alan Bird | UNIX for Dummies Questions & Answers | 4 | 09-18-2003 01:24 PM |
| Transfering files | vbs | UNIX for Dummies Questions & Answers | 5 | 06-25-2002 08:24 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Before all you should know the IP of your unix machine.
Eg. Say the ip address is 10.10.15.226 Say the destination folder in windows is c:\Documents and Settings\Karthik Say the path from where you wanted to ftp a file is /cdata/test.dir/test.run Say the file that you wanted to ftp is TEST.TXN from the above directory. From the command line (Click START >> RUN from your desktop, and say "cmd" to go to the command line). The above will take you to the command prompt and the default path would be like c:\Documents and Settings\Karthik> (You can change the windows path if requried) 1. c:\Documents and Settings\Karthik>ftp 10.10.15.226 2. The above command will prompt you to enter your unix username & pwd. 3. On successful login it will take you to the ftp prompt. Check for the default directory and change it a directory from where you wanted to ftp. 4. Change the mode - say "ascii" for Ascii mode or "bin" for binay mode in the prompt) 5. Say "get TEST.TXN" The above steps should fetch you the file TEST.TXN from unix box. Look below for the screenshot of a typical command line to fetch a file. C:\Documents and Settings\karthik>ftp 10.10.15.226 User (10.10.15.226 331 Password required for karthik. Password: 230 User karthik logged in. ftp> pwd 257 "/cdata/test.dir/test.run" is current directory. ftp> ascii 200 Type set to A; form set to N. ftp> get TEST.TXN |
| Forum Sponsor | ||
|
|
|
|||
|
IP Address
Quote:
type the below command at # prompt ifconfig -a to see the ip address of your machine |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|