How i can copy file from server(OS:ubuntu 10.04) to local HDD in my PC(OS:windows 7) ??
note :- if you can help me by give me the command which copy file from server to my pc (becouse i enter to server remotly)
|
How i can copy file from server(OS:ubuntu 10.04) to local HDD in my PC(OS:windows 7) ?? note :- if you can help me by give me the command which copy file from server to my pc (becouse i enter to server remotly) |
|||
|
|
|
One out of many ways: Install SSH on the Ubuntu machine and use WinSCP on Windows. Addendum: If you insist on the command line and have putty installed, use pscp.exe like this:
(See the doc) |
|||||||||||
|
|
You can make the folder that the file is in shared over CIFS/SMB. However you have to install Samba, and doing that properly (and securely) can take a little effort. You could also share it over http with WebDav. This too would require some effort to configure properly, but you would now be running a Web Server on your network. This gives you great flexibility, but can come with it's own set of problems. However, I do recommend running sshd on the server and using PuTTY/pscp (or optionally WinSCP.) |
|||
|
|
|
From what it sounds like, you're just doing a one off copy, am I right? Here's what you'll probably want to do.
|
|||
|
|
|
the answer is download the FileZilla program in your PC and login to the server ... then you can copy file from/to your computer |
|||
|
|
by far the easiest way is to do a No need to install anything extra on either host. |
|||
|
|