Results 1 to 10 of 14
Hi all..
i have 20 pc's in LAN, recently i installed ubuntu server on 2 pc's. i am in need to transfer files between these 2(ubuntu) pc's. i tried sftp ...
- 01-02-2011 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 6
file transfer between two ubuntu computers
Hi all..
i have 20 pc's in LAN, recently i installed ubuntu server on 2 pc's. i am in need to transfer files between these 2(ubuntu) pc's. i tried sftp but i failed to workout..
please help to comeout off this situation please..
thanks in advance
- 01-02-2011 #2
Hello and Welcome.
Please continue your discussion in this thread only as the duplicate has been deleted, sorry but that's against forum rules. Thanks and have a great day.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 01-03-2011 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 12
You can either use command line tools, like scp, or you can do some reading into samba, and find out how to join these machines to your workgroup and than access shares exactly as you would in a windows network.
- 01-03-2011 #4Just Joined!
- Join Date
- Dec 2009
- Location
- Toronto Canada
- Posts
- 3
The easiest way to transfer files between Ubuntu computers is to install a simple program called Giver on each computer. Start Giver on both computers and simply drag and drop the file from one to the other.
Costas
- 01-03-2011 #5
Good idea, Costas.
I need to check that out: "Giver" .
I was going to advise using a USB external Hard Drive, maybe a 500 Gig,
copy and switch between the two computers,
and make a back-up at the same time.
Get Two Birds with One Stone, as we say.
buena suerta!
glene77is, Memphis, TN, USA.
- 01-03-2011 #6Just Joined!
- Join Date
- Dec 2010
- Posts
- 6
Hi all thanks for your help..
i am going read about 'Giver', i will try with this..
is there any other good method please help me
- 01-03-2011 #7Linux Newbie
- Join Date
- Oct 2008
- Posts
- 140
The easiest way would be to use a USB key, the so-called sneaker net. An USB hard drive also works and for large files.
- 01-03-2011 #8Just Joined!
- Join Date
- Dec 2010
- Posts
- 6
hi here the server in text mode.. so it is difficult to use 'Giver'.,
again i am planning to use sftp, in this the command
sftp> get file.txt /home/broadly, what it is file.txt and where it is located please help me with this..
- 01-03-2011 #9Just Joined!
- Join Date
- Apr 2010
- Posts
- 29
Dear Friend ,
The best way is to use the scp command , which is more reliable and secure
syntax: scp source destination
eg scp 192.168.1.2:/home/vkv/file.txt /home/vikas/
- 01-03-2011 #10Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
Agreed, scp is quicker and easier. Doesn't require you to install anything else, or start additional server processes.


Reply With Quote
