public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Jay Summet <summetj@cc.gatech.edu>
To: bluez-users@lists.sourceforge.net
Subject: Re: [Bluez-users] File Transfer via Bluetooth
Date: Mon, 20 Dec 2004 10:53:17 -0800	[thread overview]
Message-ID: <41C71F9D.7000902@cc.gatech.edu> (raw)
In-Reply-To: <loom.20041220T180020-785@post.gmane.org>

If you have the network already working, the hard part is done.

You just have to set up a server daemon on the computer you want to 
"serve" files, and use the correct client on the "client" computer to 
retrieve (or push) files. Each of your computers should have a static IP 
(on the private PAN network). If you don't want to use IP addresses, you 
can edit your /etc/hosts file to give them "real" names.

If you just want to be able to transfer a file here or there, I would 
suggest using scp (secure copy, part of the SSH suite of tools). Make 
sure that at least one of your computers (the server) is running sshd. 
On the other computer (client) use scp to cpy files. (e.g. scp 
"username@server.hostname:~/file_in_users_home_dir.txt ." will copy a 
file from the server into the current directory (the trailing dot 
specifies the current directory).

If you want to mount a filesystem, NSF (or Samba/SMB) would work as 
well, but is a lot harder to setup/configure than scp.

Jay

Hannes Reiff wrote:

>Hi All,
>
>I'm using two pcs to create a pan connection so that both have access to the
>web. No problems. But when it comes to exchange files between the the two pcs -
>what has to be done? Is it possible to establish NFS over bluetooth? (I know
>there are some threads - but no solutions).
>
>Hope you can help me!
>
>Thanks,
>
>Hannes
>
>
>
>  
>




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

  reply	other threads:[~2004-12-20 18:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-20 17:08 [Bluez-users] File Transfer via Bluetooth Hannes Reiff
2004-12-20 18:53 ` Jay Summet [this message]
2004-12-20 21:07   ` [Bluez-users] " Hannes Reiff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41C71F9D.7000902@cc.gatech.edu \
    --to=summetj@cc.gatech.edu \
    --cc=bluez-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox