Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just Joined!
    Join Date
    Dec 2010
    Posts
    6

    Post 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

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    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.

  3. #3
    Just 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.

  4. #4
    Just 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

  5. #5
    Linux Newbie glene77is's Avatar
    Join Date
    Dec 2009
    Location
    Memphis, TN
    Posts
    114
    Quote Originally Posted by Costas1000 View Post
    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
    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.

  6. #6
    Just 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

  7. #7
    Linux 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.

  8. #8
    Just 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..

  9. #9
    vkv
    vkv is offline
    Just 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/

  10. #10
    scm
    scm is offline
    Linux 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.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...