Get files from other computer on the network


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Get files from other computer on the network
# 1  
Old 01-25-2006
Get files from other computer on the network

I wan't to connect to another computer on the network and get a file. I know the IP and name of the computer and have access to it. I've tried the ssh in xterm and think i've managed to logon to it. the file is in /tmp/ on the host computer. I'm using KDE
# 2  
Old 01-25-2006
Try the scp command or ftp.

Following command line - replace xxx.xxx.xxx.xxx with correct IP (or hostname) and replace the path and file name with the one you want - it should copy the file into your present working directory on your server. It will also ask for your password before sending the file.

scp xxx.xxx.xxx.xxx:/somedirectory/somefile ./

ftp may or may not work - it matters if the other server has it running or not.
# 3  
Old 01-29-2006
Quote:
Originally Posted by janbanan
I wan't to connect to another computer on the network and get a file. I know the IP and name of the computer and have access to it. I've tried the ssh in xterm and think i've managed to logon to it. the file is in /tmp/ on the host computer. I'm using KDE
if u are in the same network u can do "scp" command..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

I would like to monitor network traffic for a computer on my network

My son does homework on a school laptop. I was thinking about setting up a gateway on my home network, so that I can monitor web traffic and know if he is doing his homework without standing over his shoulder. Ideally I would like to use the Raspberry Pi Model b that I already have. However, I... (15 Replies)
Discussion started by: gandolf989
15 Replies

2. UNIX for Dummies Questions & Answers

Extract Files from servers to my computer

Hi guys, i need to know how can i download a file (.log) from the server to my compute, once i've finished to run some script.... Please any help i'll appreciate. Thanks..... (2 Replies)
Discussion started by: Newer
2 Replies

3. UNIX Desktop Questions & Answers

While Connecting to Google networking. Error = Unusual traffic from your computer network.

Hello, I am working in office, where, more than 60 clients machines (only 16 machines are on windows) are there and one server Centos Server, I have configured clients with server, so that internet will be used form only one IP. Only 1 ip is assigned, but now a days, my client machines are... (2 Replies)
Discussion started by: RedRocks!!
2 Replies

4. UNIX for Dummies Questions & Answers

Recommendations on a book or website on computer network design?

Can someone please recommend a book or a website that has info on how to design a secure fault tolerant network (routers, firewall, domain servers, etc) of 300 wireless computers separated in multiple buildings and floor with multiple users for each station mainly utilizing dtp and internet... (1 Reply)
Discussion started by: rukasu
1 Replies

5. UNIX for Dummies Questions & Answers

Searching all Files on Computer

Hi I need to search all files on my Solaris box and have to know which files are 2GB or more...any combination of commands to do this? (4 Replies)
Discussion started by: mojoman
4 Replies

6. Solaris

Installing Network on Computer, might be driver

Hi All, Just completing my second Solaris installation, in the previous one which was on a Dell X64 machine, I went through the Network configuration setting, on the current computer which I am installing Solaris on, its a custom built machine and for some reason, I didnt see the screen where I... (1 Reply)
Discussion started by: platforminc
1 Replies

7. Shell Programming and Scripting

copying files from remote computer

hi, i want to copy files from a remote computer in a network to a specific directory on my PC. ( script ) Forexample , IP of the remote PC is 172.16.5.24 login:aaaa Passw:123 /folder1/file1.txt to my pc folder /fd/awa.txt kinldy help Thanks (2 Replies)
Discussion started by: krabu
2 Replies

8. UNIX for Dummies Questions & Answers

Mount a network computer/drive in unix?

:D hey all, how do you scan/mount a network drive or computer/directory? thanks (2 Replies)
Discussion started by: emplate
2 Replies

9. IP Networking

Network issues, computer hangs.

Not sure if this is the right section for this. Move if necessary Hey guys, Just wanting to know if anyone has had a similar experience. I have a FreeBSD 4.8 gateway machine with a dual boot win98/FreeBSD machine connected to it. When I'm in windows and playing a game, Diablo II or Star... (11 Replies)
Discussion started by: BSeanD
11 Replies

10. IP Networking

I cant network my computer

I have an Octane2 running IRIX 6.4 . The problem is that the machine is not coming on the network . I have put in all the details perfectly , like IP , netmask , name servers , gateway IP , I tried it on a Mac alongside me but On the IRIX it dosent work . I have no idea wats the prob lem .... (2 Replies)
Discussion started by: Jai
2 Replies
Login or Register to Ask a Question