Results 1 to 6 of 6

Thread: How to share a file easily via Linux PC

  1. #1
    Join Date
    May 2011
    Posts
    271

    How to share a file easily via Linux PC

    For a quick configuration what can be a better option to share a file on Linux. I have this operating system as an secondary support on the system. Now I had connected to an lan which runs on Linux server. To get a file from that and to move a file from my system the best way is to use an file sharing tool. For that I tried to find out a number of sharing tools which leds to an long installation. For avoiding that can someone notify me an easier way.

  2. #2
    Join Date
    Jul 2009
    Posts
    1,179

    Re: How to share a file easily via Linux PC

    You can create an accounts between the Samba server and Windows machines. You just need to synchronize it and done. And just take care that the user name and password of a Windows machine on the Samba server must exist with the same name and password. Users who access samba not require access to the command prompt, so no need to assign password with the command passwd. This is the most proper way of file sharing especially large one.

  3. #3
    Join Date
    Mar 2010
    Posts
    186

    Re: How to share a file easily via Linux PC

    I have some easy options for that. Go to System > Administration > Shared Folders and download the required packages. Then add the folders you want to share. Then go in General Properties and put the same Work Group or Working Group where the PCs with Windows you are. Then open the terminal and write and type sudo smbpasswd-a username. Choose a password, retype, and ready. Now you can share your files over lan easily. It is not that complicated.

  4. #4
    Join Date
    May 2008
    Posts
    945

    Re: How to share a file easily via Linux PC

    File sharing in Linux is possible through three means. The first one is Samba. It allows sharing of files between a GNU-Linux with a network using Windows protocols. The second one is NFS which allows file sharing networks to Linux and allows the default to mount remote folders shared on the local tree. The third option is SSHFS. This tool allows among other things to navigate through your files securely, even over the internet as if you were local. It is a tool used by over SSH .

  5. #5
    Join Date
    Mar 2010
    Posts
    242

    Re: How to share a file easily via Linux PC

    I was also having the same type of issue. And for that I got a better solution. Rightnow I am using Krusader. For getting that you need to type sudo apt-get install Krusader in the terminal to install the package. This is an file sharing tool which provides you an graphical interface to synchronize folders from ubuntu. The tool i s very comprehensive and can access Windows from there if you have already defined samba on your system.

  6. #6
    Join Date
    May 2008
    Posts
    1,304

    Re: How to share a file easily via Linux PC

    I myself tool find Samba as the most easiest medium of file sharing. If Samba was already installed on your computer then you just need to create a workgroup and done. The same will be then identified with all types of systems. Just add the folder you want to share in your system. Add a user (username / password) that has access to shares: sudo smbpasswd-a user. The user must be an existing user on the Ubuntu system.

Similar Threads

  1. Easily convert your texts to MP3 file
    By Maq.H in forum Tips & Tweaks
    Replies: 4
    Last Post: 25-08-2011, 11:53 AM
  2. How to share text and image online easily?
    By Nalini_sh in forum Technology & Internet
    Replies: 5
    Last Post: 27-01-2010, 09:34 PM
  3. Windows 2008 File Cluster - file share scoping
    By Jonas_Bson in forum Windows Server Help
    Replies: 8
    Last Post: 16-03-2009, 09:07 PM
  4. Share some linux GNU softwares
    By Calvin K in forum Operating Systems
    Replies: 3
    Last Post: 22-01-2009, 01:27 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,513,935.52491 seconds with 17 queries