Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ABEC6105F8 for ; Mon, 18 Nov 2013 23:52:14 +0000 (UTC) Received: (qmail 11484 invoked by uid 500); 18 Nov 2013 23:52:14 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 11460 invoked by uid 500); 18 Nov 2013 23:52:14 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 11452 invoked by uid 99); 18 Nov 2013 23:52:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 23:52:14 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tommy@devgeeks.org designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-wg0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 23:52:08 +0000 Received: by mail-wg0-f48.google.com with SMTP id n12so6822307wgh.3 for ; Mon, 18 Nov 2013 15:51:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=zuWJGCxBV8UWOgZH7aPd4mCEvhSMj8CUgFwcOVqfXO4=; b=bD/0A87lpldmTXg3bZQAuZ0+6Ox2ats3iBzbPdl0WNPbcgK5Es0Fh8tye2Km9rPCD8 llU7PatarR7i2PqYm8hHSlj+ZPbNOis872p8OFx/YJ+J5NSqu7zXfNGnoQnXdCxhf6WE EyZkJAHcxpC+LH9otGUBYRfq8WMM742LpSMNKVstQePDVlFs6EmxANcsMONVWUJxmkrN yKcftFT5mdGAuW5nAYCWFnZEophGG1a+2ia70/coTehG3igVLDZiR5rMuipaRc6zAmqr aCmDI1jOVFi//K1ksjienHMJVS6rDZclbrzp/0ZeRR6bTgk16UAFZF567C9/zmscOVbq s40w== X-Gm-Message-State: ALoCoQmARySLaFPma0tzXS3yiIs1ZIZ4vATPm1lDl2skp4fWkRkni9HsPRZc26/SXIlZlu7FNZQ3 MIME-Version: 1.0 X-Received: by 10.194.216.225 with SMTP id ot1mr26444wjc.80.1384818707245; Mon, 18 Nov 2013 15:51:47 -0800 (PST) Received: by 10.180.13.243 with HTTP; Mon, 18 Nov 2013 15:51:47 -0800 (PST) X-Originating-IP: [101.173.85.56] Received: by 10.180.13.243 with HTTP; Mon, 18 Nov 2013 15:51:47 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Nov 2013 10:51:47 +1100 Message-ID: Subject: Re: Updating FileTransfer From: Tommy Williams To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=001a11c283b81fc30d04eb7c3b2d X-Virus-Checked: Checked by ClamAV on apache.org --001a11c283b81fc30d04eb7c3b2d Content-Type: text/plain; charset=ISO-8859-1 I'll hate you, but I guess I'll get over it (I have a plugin that is basically a modified fork of file-transfer.. . gonna be a pain updating it now, heh). What happened to the suggestions for this all being a new plugin of some kind? Though plugins are versioned, an old version gets no bug fixes... On 19/11/2013 9:11 AM, "Brian LeRoux" wrote: > Answers inline. > > > > Does FileTransfer implement any published standard, or is it our own API? > > > > Nope. > > > > > Does it make sense for FileTransfer to continue to use raw FileSystem > paths > > (and *not* go through File at all?) given that the File API will soon be > > returning only relative paths and filesystem:// URLs. > > > > Consistent w/ URL scheme makes sense to me but I'll let others chime in > how this will break everything and our users will hate us. But remember: > plugins are versioned! > --001a11c283b81fc30d04eb7c3b2d--