![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File System - Remote or Local?? | Un1xNewb1e | UNIX for Dummies Questions & Answers | 1 | 04-11-2008 01:23 PM |
| Find match in two diff file - local srv and remote server | amir07 | Shell Programming and Scripting | 0 | 03-07-2008 07:23 AM |
| how to mount a file system of a remote machine to local file system | cy163 | UNIX for Dummies Questions & Answers | 2 | 01-31-2008 06:04 AM |
| how to find whether a file is local or remote file? | jackfds | UNIX for Dummies Questions & Answers | 3 | 07-10-2007 05:36 AM |
| How to execute a remote file with local command | Veera_Raghav | HP-UX | 0 | 06-10-2006 11:21 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi All,
i wannna copy a file from the remote machine to my local machine using FTP protocol. i have made a connection to the remote machine , then i used the "get" cmd to copy the remote file as below :-> ftp> get (remote-file) /home/aruba/opmtools/was50/Was5Install.doc (local-file) /tmp/wasinstall.doc 200 PORT command successful. 150 ASCII data connection for /home/aruba/opmtools/was50/Was5Install.doc (10.16.29.210,63350) (33280 bytes). 226 ASCII Transfer complete. local: /tmp/wasinstall.doc remote: /home/aruba/opmtools/was50/Was5Install.doc 33318 bytes received in 0.0059 seconds (5478.55 Kbytes/s) ftp> but the problem is , i want to copy this file to my c:/ or d:/ drives How can i do that ? Regards SONAL |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I don't really see what you mean here.
It looks to me like you want to FTP from a Solaris box to a Windoze box, correct? But all you're doing is (it seems) ftping from your home directory to the /tmp directory on the SAME machine, because you're running ftp on the solaris box, not the windows box. What you need to do is, from the WINDOWS machine, open up a cmd shell, and type ftp xxx.xxx.xxx.xxx where the xxx's represent the solaris machines ip address. Type "lcd C:" after you've logged in to change your local directory on the Windows machine to C: before commencing the transfer. Then type your "get" command and do the actual transfer. Cheers ZB |
||||
| Google The UNIX and Linux Forums |