Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.os.linux.ubuntu > #177853
| From | Dan Purgert <dan@djph.invalid> |
|---|---|
| Newsgroups | alt.os.linux.ubuntu |
| Subject | Re: Is there a select all button in Android for bluetooth file xfer? |
| Date | 2015-07-13 19:15 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <slrnmq83lu.pb9.dan@XPS-Linux.djph.net> (permalink) |
| References | (2 earlier) <2cdf6$55a31534$4ad0de13$18070@nntpswitch.blueworldhosting.com> <XnsA4D651E78F3nilch1@wheedledeedle.moc> <31739$55a3e684$43da7656$18824@nntpswitch.blueworldhosting.com> <XnsA4D687B1C1631nilch1@wheedledeedle.moc> <f33da$55a40abd$43da7656$18824@nntpswitch.blueworldhosting.com> |
On 2015-07-13, Will Dockery <will.dockery@gmail.com> wrote: > On Mon, 13 Jul 2015 13:20:21 -0400, Nil wrote: > >> ES File Explorer has a decent SFTP client, too. You could have (still >> could!) use that. I use it all the time for the same reason you do, to >> transfer music and picture files between my phone and PC. > > Nil, I did try ES File Explorer Manager, but, as you know, for these > kinds of things where you just want to get the overall job done (which, > in this case, is transferring large batches of files), I'll stick with > the first WiFi solution that worked - which was Turbo Client. > >> I was confused before when you said you planned to transfer files via >> SSH. I guess you meant SFTP. I'm surprised that your laptop had a >> working SFTP server installed and running by default. SFTP is akin to >> FTP and both carry some (but not a lot of) security risk, as both can >> allow other people access to your computer. > > I agree with you that I meant SFTP (I really wasn't sure of *what* I > wanted as I just wanted files to go over en masse). I do use VPN quite a > lot, so, I do have openVPN installed, so, maybe (I didn't check) that's > where the SFTP server came from. I really don't know *where* it came > from, but, I was glad not to have to set up yet another server on Linux. Comes from installing openSSH Server. Might've been an accidental install (e.g. you wanted openssh-client, but grabbed openssh-server instead). >> I'd do what I suggested >> before: enable the SFTP server when you need to transfer some files and >> then disable it when you aren't using it. > > That's a good idea, but, at the moment, I don't even know what the server > is called. Running a ps -auxww and then grepping for ftp finds nothing > running; however, grepping for "ssh" nets "/usr/sbin/sshd -D" running by > root. > sshd is the ssh server daemon (it's the one you're looking for). That said, as long as you're behind a firewall (i.e. at home) it doesn't matter so much that it's running. If you're concerned about it (e.g. while out on vacation or untrusted wifi), then you can create/edit /etc/hosts.allow and /etc/hosts.deny to effectively blacklist everything except your devices (note that depending on your environment you might not be able to do this). Another option is editing /etc/ssh/sshd_config to only allow key-based access to your machine. Will mean that you've got to generate yourself a SSH key, and put the PRIVATE KEY on devices that you want to use to connect to the server. Personally, I have two for my server -- an ultimately trusted one used on hosts that I trust (i.e. linux boxen), and a mostly trusted one that I use for devices I cannot ultimately trust (e.g. Windows boxen, my phone, etc.)
Back to alt.os.linux.ubuntu | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-12 00:30 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-11 21:51 -0700
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-12 00:56 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-12 08:34 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-12 21:55 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Paul <nospam@needed.com> - 2015-07-12 02:04 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-12 21:54 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Andy Burns <usenet.feb2014@adslpipe.co.uk> - 2015-07-12 07:35 +0100
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-12 21:52 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Andy Burns <usenet.feb2014@adslpipe.co.uk> - 2015-07-13 08:12 +0100
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 11:17 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Dirk T. Verbeek" <dverbeek@xs4all.nl> - 2015-07-12 10:44 +0200
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-12 21:49 -0400
Re: Is there a select all button in Android for bluetooth file xfer? rjdriver <rjdriversNOSPAM@cox.net> - 2015-07-12 10:11 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-12 10:43 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-12 21:37 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 00:27 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Paul <nospam@needed.com> - 2015-07-13 03:24 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 11:59 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 09:13 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 12:55 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 10:04 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 14:03 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-13 14:45 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 15:55 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-13 15:09 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 14:26 -0700
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-13 16:52 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <dan@djph.invalid> - 2015-07-14 10:45 +0000
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-14 09:25 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <dan@djph.net> - 2015-07-14 14:36 +0000
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 14:22 -0700
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 21:59 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 13:44 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <dan@djph.invalid> - 2015-07-13 16:18 +0000
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 12:57 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <dan@djph.invalid> - 2015-07-13 18:22 +0000
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 11:40 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 08:47 -0700
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-13 11:19 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:14 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 13:46 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 13:48 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:11 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 10:57 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 16:17 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-13 15:27 -0500
Re: Is there a select all button in Android for bluetooth file xfer? "Jonathan N. Little" <lws4art@gmail.com> - 2015-07-13 16:43 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 13:47 -0700
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 22:11 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Caver1 <caver1@inthemud.org> - 2015-07-13 11:52 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 09:07 -0700
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-13 11:23 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:08 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <dan@djph.invalid> - 2015-07-13 18:38 +0000
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 16:03 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:04 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 13:45 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Caver1 <caver1@inthemud.org> - 2015-07-13 13:16 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 13:35 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 12:31 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Caver1 <caver1@inthemud.org> - 2015-07-13 13:25 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 14:08 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Caver1 <caver1@inthemud.org> - 2015-07-13 14:52 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 16:13 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Caver1 <caver1@inthemud.org> - 2015-07-13 16:49 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 22:01 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 13:34 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 13:29 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 13:31 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 13:32 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-12 10:45 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-12 07:51 -0700
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-12 12:50 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <dan@djph.net> - 2015-07-12 18:09 +0000
Re: Is there a select all button in Android for bluetooth file xfer? "Dirk T. Verbeek" <dverbeek@xs4all.nl> - 2015-07-12 20:53 +0200
Re: Is there a select all button in Android for bluetooth file xfer? Aragorn <thorongil@telenet.be.invalid> - 2015-07-12 21:14 +0200
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-12 15:21 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <"Dan P"@djph.invalid> - 2015-07-12 20:44 +0000
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-12 19:27 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <dan@djph.invalid> - 2015-07-13 00:53 +0000
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-13 00:23 -0500
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-12 18:04 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-12 11:50 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Tomas <tgif9fri@numo.net> - 2015-07-12 15:03 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Jonathan N. Little" <lws4art@gmail.com> - 2015-07-12 15:17 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Dirk T. Verbeek" <dverbeek@xs4all.nl> - 2015-07-12 21:27 +0200
Re: Is there a select all button in Android for bluetooth file xfer? Tomas <tgif9fri@numo.net> - 2015-07-12 15:40 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Dirk T. Verbeek" <dverbeek@xs4all.nl> - 2015-07-12 22:23 +0200
Re: Is there a select all button in Android for bluetooth file xfer? "Dirk T. Verbeek" <dverbeek@xs4all.nl> - 2015-07-12 21:25 +0200
Re: Is there a select all button in Android for bluetooth file xfer? Tomas <tgif9fri@numo.net> - 2015-07-12 15:41 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-12 15:25 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Tomas <tgif9fri@numo.net> - 2015-07-12 17:43 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-12 17:50 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-12 17:51 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Tomas <tgif9fri@numo.net> - 2015-07-12 18:10 -0400
Re: Is there a select all button in Android for bluetooth file xfer? William Poaster <wp@dev.null> - 2015-07-12 23:12 +0100
Re: Is there a select all button in Android for bluetooth file xfer? Tomas <tgif9fri@numo.net> - 2015-07-12 18:19 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-12 22:00 -0400
Re: Is there a select all button in Android for bluetooth file xfer? William Poaster <wp@dev.null> - 2015-07-13 09:24 +0100
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:37 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-12 15:21 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-12 21:58 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 00:20 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-12 21:33 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 02:26 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 05:26 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <dan@djph.invalid> - 2015-07-13 11:50 +0000
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:39 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:40 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:44 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-13 12:59 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <dan@djph.invalid> - 2015-07-13 19:03 +0000
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-13 14:50 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 13:52 -0700
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-13 16:21 -0500
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 22:19 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 13:49 -0700
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 21:58 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-13 21:10 -0500
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 22:23 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <dan@djph.invalid> - 2015-07-14 11:27 +0000
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-14 09:27 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Caver1 <caver1@inthemud.org> - 2015-07-13 08:21 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:51 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 02:27 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Caver1 <caver1@inthemud.org> - 2015-07-13 08:04 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:53 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 00:43 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 00:33 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 00:35 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 00:41 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-12 21:48 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 02:34 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 05:31 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 05:33 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 05:36 -0400
Re: Is there a select all button in Android for bluetooth file xfer? The Real Bev <bashley101@gmail.com> - 2015-07-12 08:05 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Roger Mills <watt.tyler@gmail.com> - 2015-07-12 18:07 +0100
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-12 22:05 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-12 21:33 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 00:26 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Nil <rednoise9@REMOVETHIScomcast.net> - 2015-07-13 00:47 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-12 21:57 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 01:54 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <dan@djph.invalid> - 2015-07-13 11:16 +0000
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:20 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <dan@djph.invalid> - 2015-07-13 18:57 +0000
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 12:07 -0700
Re: Is there a select all button in Android for bluetooth file xfer? The Real Bev <bashley101@gmail.com> - 2015-07-12 21:39 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 01:56 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 05:23 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 12:11 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 13:36 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-12 21:17 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Tomas <tgif9fri@numo.net> - 2015-07-12 21:31 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Chris Ahlstrom <OFeem1987@teleworm.us> - 2015-07-13 06:51 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 12:27 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 13:42 -0400
Re: Is there a select all button in Android for bluetooth file xfer? JEDIDIAH <jedi@nomad.mishnet> - 2015-07-13 08:57 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 12:28 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-12 21:32 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-12 22:14 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Nil <rednoise9@REMOVETHIScomcast.net> - 2015-07-13 00:38 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 02:01 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Caver1 <caver1@inthemud.org> - 2015-07-13 08:16 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 12:16 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 09:45 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:29 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 12:52 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Caver1 <caver1@inthemud.org> - 2015-07-13 08:08 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 12:19 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Cybe R. Wizard" <cybe_r_wizard@WizardsTower.invalid> - 2015-07-13 11:27 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:39 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Nil <rednoise9@REMOVETHIScomcast.net> - 2015-07-13 12:48 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Caver1 <caver1@inthemud.org> - 2015-07-13 13:28 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Nil <rednoise9@REMOVETHIScomcast.net> - 2015-07-14 22:11 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Caver1 <caver1@inthemud.org> - 2015-07-15 08:25 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-12 21:25 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 01:53 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Caver1 <caver1@inthemud.org> - 2015-07-13 08:12 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:31 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 07:38 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 13:35 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 12:55 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Nil <rednoise9@REMOVETHIScomcast.net> - 2015-07-13 00:30 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-12 21:37 -0700
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 02:08 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 02:13 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 02:05 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 12:25 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Nil <rednoise9@REMOVETHIScomcast.net> - 2015-07-13 13:20 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 15:00 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <dan@djph.invalid> - 2015-07-13 19:15 +0000
Re: Is there a select all button in Android for bluetooth file xfer? Marek Novotny <marek.novotny@marspolar.com> - 2015-07-13 12:11 -0700
Re: Is there a select all button in Android for bluetooth file xfer? JEDIDIAH <jedi@nomad.mishnet> - 2015-07-13 09:00 -0500
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 12:26 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Will Dockery <will.dockery@gmail.com> - 2015-07-13 12:23 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Roger Mills <watt.tyler@gmail.com> - 2015-07-13 17:36 +0100
Re: Is there a select all button in Android for bluetooth file xfer? Roger Mills <watt.tyler@gmail.com> - 2015-07-13 17:40 +0100
Re: Is there a select all button in Android for bluetooth file xfer? Nil <rednoise9@REMOVETHIScomcast.net> - 2015-07-13 21:18 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Jonathan N. Little" <lws4art@gmail.com> - 2015-07-13 23:34 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-13 23:41 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Jonathan N. Little" <lws4art@gmail.com> - 2015-07-14 10:17 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Dan Purgert <dan@djph.net> - 2015-07-14 14:44 +0000
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-14 11:05 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-14 11:06 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Jonathan N. Little" <lws4art@gmail.com> - 2015-07-14 14:20 -0400
Re: Is there a select all button in Android for bluetooth file xfer? DecadentLinuxUserNumeroUno <DLU1@DecadentLinuxUser.org> - 2015-07-14 11:01 -0400
Re: Is there a select all button in Android for bluetooth file xfer? "Jonathan N. Little" <lws4art@gmail.com> - 2015-07-14 14:22 -0400
Re: Is there a select all button in Android for bluetooth file xfer? Roger Mills <watt.tyler@gmail.com> - 2015-07-14 08:31 +0100
csiph-web