From owner-freebsd-questions@freebsd.org Fri Feb 16 12:52:06 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02214F10FED for ; Fri, 16 Feb 2018 12:52:06 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7FCAE7820E for ; Fri, 16 Feb 2018 12:52:05 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1518785516; bh=q5UMvSpQ1RtZNAdoWgoo5BdKsKyrEwAceCANivrcslk=; h=Subject:To:References:From:Date:In-Reply-To; b=LjhZT5J8JhUZk2KAMN9GDPd4/6BV03wSZ20pw/LPYymSAg7NgbIhniY0WdVhRwPZ4 FS+VuLCgIFFgY4ch204lPqcsW3Jz7USufsq+SyDiFgIENNobfEd03GzHuelQUI40OZ WW4ZBL7X/9CMKPz+wHUn0ZU5nVZfW9QczWq3SBQA= Subject: Re: File fransfer from iPad to FreeBSD To: freebsd-questions@freebsd.org References: <20180216104703.555e9987.freebsd@edvax.de> From: Per olof Ljungmark Message-ID: Date: Fri, 16 Feb 2018 13:51:54 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180216104703.555e9987.freebsd@edvax.de> Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2018 12:52:06 -0000 On 02/16/18 10:47, Polytropon wrote: > Did anyone succeed in transfering files _from_ an iPad _to_ > a FreeBSD machine using the USB cable? The setting where this > should work consists of a FreeBSD 10.3-p24 (32 bit) and an > iPad 32 GB with iOS 11.0.3 15A432. > Hi, I got curious when I read this and tried myself on a fairly recent 11-STABLE amd64 system. I can report that I successfully have accessed an iPhone 5SE and is able to transfer images from it. This was done with fusefs-ifuse and libimobiledevice. idevicepair pair (with screen unlocked) kldload fuse ifuse -d -u <40 digit id> /mnt Don't know what is different with your system though, but at least there is proof that it *can* work. Cheers, //per