How to move files between Ubuntu and iPhone
I recently got an iPhone 6s. Is there a way to transfer files (music, photos, PDF, or really anything actually) between Ubuntu and the phone? It should not involve syncing via an internet service, as I may have the need to transfer large or private files. Also, I do not want to jailbreak the device.
There are a few results when searching for this on Google, but none seems very up to date.
iphone
add a comment |
I recently got an iPhone 6s. Is there a way to transfer files (music, photos, PDF, or really anything actually) between Ubuntu and the phone? It should not involve syncing via an internet service, as I may have the need to transfer large or private files. Also, I do not want to jailbreak the device.
There are a few results when searching for this on Google, but none seems very up to date.
iphone
add a comment |
I recently got an iPhone 6s. Is there a way to transfer files (music, photos, PDF, or really anything actually) between Ubuntu and the phone? It should not involve syncing via an internet service, as I may have the need to transfer large or private files. Also, I do not want to jailbreak the device.
There are a few results when searching for this on Google, but none seems very up to date.
iphone
I recently got an iPhone 6s. Is there a way to transfer files (music, photos, PDF, or really anything actually) between Ubuntu and the phone? It should not involve syncing via an internet service, as I may have the need to transfer large or private files. Also, I do not want to jailbreak the device.
There are a few results when searching for this on Google, but none seems very up to date.
iphone
iphone
asked Dec 1 '15 at 16:37
AndreaAndrea
5713722
5713722
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I don't know whether there's any difference between versions, but I can simply access the files of my iPhone 5s via the file manager when it's plugged over USB (using the AFC protocol).
I'm using iOS 9.2 beta, I have no idea whether it works on 9.1 or earlier.
I can access the device from Nautilus' sidebar, if it doesn't show up, try navigating to the following address:
afc://<your iPhone's UDID>/
Also, most music players (at least Rythmbox, Banshee and Clementine) support music synchronization over AFC (Apple File Conduit).
EDIT: I just learned I can easily synchronize my pictures using tools like gThumb.
it's plugged over USB (using the AFC protocol)
how to connect like this
– Kasun Siyambalapitiya
Sep 25 '16 at 2:58
1
Just plug it in, and it should show up. If it doesn't, make sure you have the packagegvfs-backends
installed.
– s3lph
Sep 25 '16 at 20:35
I ransudo apt-get update
and thensudo apt-get install gvsf-backends
then it notifies me that I am having the latest one installed. But when I connect iphone to Ubuntu, only I am able to copy the camera photos ( and other pdfs, pptx...) to my computer only, I cannot copy ones from my computer to the iphone. I even triedBanshee
but it doesnot havedevices
tab in the left side. How to Sync music and videos from Ubuntu 16.04 toiphone 4s
?
– Kasun Siyambalapitiya
Sep 26 '16 at 1:28
2
pretty sure it should besudo apt-get install gvfs-backends
– Chris
Mar 15 '17 at 0:13
2
If you don't know the UDID, check out this answer. Also, if the phone's documents folder shows up automatically you can click it, press Ctrl+L and delete the colon and everything after it like it is shown in this picture.
– totymedli
Nov 22 '17 at 20:34
add a comment |
Apple constantly breaks Linux applications' access to iPhones. As of 2019, the best way of uploading and downloading files is to use a 3rd party app on iOS. Apparently, the file you upload is only accessible by that 3rd app.
Phone Drive is a good app for this. First, take note of the IP address of your iPhone, then, when PhoneDrive is in the foreground, typing the IP address of the iPhone from a PC connected to the same local area network would give you a website where you can upload and download files. You can also use FTP protocol on the same iPhone IP address. Phone Drive supports playback of a lot of video and music formats.
https://itunes.apple.com/us/app/phone-drive-file-storage-sync/id431033044
Thank you, Unfortunately, this does not help much. First, as you notice, the file you upload is only accessible by that 3rd app. This makes the upload feature essentially unuseful. Symmetrically, I guess it will not be able to download, say, photos taken with the phone. In the end, this can be occasionally useful to move a file when you don't have a pendrive and plan to use that file elsewhere (say on another computer), but not much more
– Andrea
Jan 3 at 12:59
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f704669%2fhow-to-move-files-between-ubuntu-and-iphone%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I don't know whether there's any difference between versions, but I can simply access the files of my iPhone 5s via the file manager when it's plugged over USB (using the AFC protocol).
I'm using iOS 9.2 beta, I have no idea whether it works on 9.1 or earlier.
I can access the device from Nautilus' sidebar, if it doesn't show up, try navigating to the following address:
afc://<your iPhone's UDID>/
Also, most music players (at least Rythmbox, Banshee and Clementine) support music synchronization over AFC (Apple File Conduit).
EDIT: I just learned I can easily synchronize my pictures using tools like gThumb.
it's plugged over USB (using the AFC protocol)
how to connect like this
– Kasun Siyambalapitiya
Sep 25 '16 at 2:58
1
Just plug it in, and it should show up. If it doesn't, make sure you have the packagegvfs-backends
installed.
– s3lph
Sep 25 '16 at 20:35
I ransudo apt-get update
and thensudo apt-get install gvsf-backends
then it notifies me that I am having the latest one installed. But when I connect iphone to Ubuntu, only I am able to copy the camera photos ( and other pdfs, pptx...) to my computer only, I cannot copy ones from my computer to the iphone. I even triedBanshee
but it doesnot havedevices
tab in the left side. How to Sync music and videos from Ubuntu 16.04 toiphone 4s
?
– Kasun Siyambalapitiya
Sep 26 '16 at 1:28
2
pretty sure it should besudo apt-get install gvfs-backends
– Chris
Mar 15 '17 at 0:13
2
If you don't know the UDID, check out this answer. Also, if the phone's documents folder shows up automatically you can click it, press Ctrl+L and delete the colon and everything after it like it is shown in this picture.
– totymedli
Nov 22 '17 at 20:34
add a comment |
I don't know whether there's any difference between versions, but I can simply access the files of my iPhone 5s via the file manager when it's plugged over USB (using the AFC protocol).
I'm using iOS 9.2 beta, I have no idea whether it works on 9.1 or earlier.
I can access the device from Nautilus' sidebar, if it doesn't show up, try navigating to the following address:
afc://<your iPhone's UDID>/
Also, most music players (at least Rythmbox, Banshee and Clementine) support music synchronization over AFC (Apple File Conduit).
EDIT: I just learned I can easily synchronize my pictures using tools like gThumb.
it's plugged over USB (using the AFC protocol)
how to connect like this
– Kasun Siyambalapitiya
Sep 25 '16 at 2:58
1
Just plug it in, and it should show up. If it doesn't, make sure you have the packagegvfs-backends
installed.
– s3lph
Sep 25 '16 at 20:35
I ransudo apt-get update
and thensudo apt-get install gvsf-backends
then it notifies me that I am having the latest one installed. But when I connect iphone to Ubuntu, only I am able to copy the camera photos ( and other pdfs, pptx...) to my computer only, I cannot copy ones from my computer to the iphone. I even triedBanshee
but it doesnot havedevices
tab in the left side. How to Sync music and videos from Ubuntu 16.04 toiphone 4s
?
– Kasun Siyambalapitiya
Sep 26 '16 at 1:28
2
pretty sure it should besudo apt-get install gvfs-backends
– Chris
Mar 15 '17 at 0:13
2
If you don't know the UDID, check out this answer. Also, if the phone's documents folder shows up automatically you can click it, press Ctrl+L and delete the colon and everything after it like it is shown in this picture.
– totymedli
Nov 22 '17 at 20:34
add a comment |
I don't know whether there's any difference between versions, but I can simply access the files of my iPhone 5s via the file manager when it's plugged over USB (using the AFC protocol).
I'm using iOS 9.2 beta, I have no idea whether it works on 9.1 or earlier.
I can access the device from Nautilus' sidebar, if it doesn't show up, try navigating to the following address:
afc://<your iPhone's UDID>/
Also, most music players (at least Rythmbox, Banshee and Clementine) support music synchronization over AFC (Apple File Conduit).
EDIT: I just learned I can easily synchronize my pictures using tools like gThumb.
I don't know whether there's any difference between versions, but I can simply access the files of my iPhone 5s via the file manager when it's plugged over USB (using the AFC protocol).
I'm using iOS 9.2 beta, I have no idea whether it works on 9.1 or earlier.
I can access the device from Nautilus' sidebar, if it doesn't show up, try navigating to the following address:
afc://<your iPhone's UDID>/
Also, most music players (at least Rythmbox, Banshee and Clementine) support music synchronization over AFC (Apple File Conduit).
EDIT: I just learned I can easily synchronize my pictures using tools like gThumb.
answered Dec 1 '15 at 16:47
s3lphs3lph
10.4k94572
10.4k94572
it's plugged over USB (using the AFC protocol)
how to connect like this
– Kasun Siyambalapitiya
Sep 25 '16 at 2:58
1
Just plug it in, and it should show up. If it doesn't, make sure you have the packagegvfs-backends
installed.
– s3lph
Sep 25 '16 at 20:35
I ransudo apt-get update
and thensudo apt-get install gvsf-backends
then it notifies me that I am having the latest one installed. But when I connect iphone to Ubuntu, only I am able to copy the camera photos ( and other pdfs, pptx...) to my computer only, I cannot copy ones from my computer to the iphone. I even triedBanshee
but it doesnot havedevices
tab in the left side. How to Sync music and videos from Ubuntu 16.04 toiphone 4s
?
– Kasun Siyambalapitiya
Sep 26 '16 at 1:28
2
pretty sure it should besudo apt-get install gvfs-backends
– Chris
Mar 15 '17 at 0:13
2
If you don't know the UDID, check out this answer. Also, if the phone's documents folder shows up automatically you can click it, press Ctrl+L and delete the colon and everything after it like it is shown in this picture.
– totymedli
Nov 22 '17 at 20:34
add a comment |
it's plugged over USB (using the AFC protocol)
how to connect like this
– Kasun Siyambalapitiya
Sep 25 '16 at 2:58
1
Just plug it in, and it should show up. If it doesn't, make sure you have the packagegvfs-backends
installed.
– s3lph
Sep 25 '16 at 20:35
I ransudo apt-get update
and thensudo apt-get install gvsf-backends
then it notifies me that I am having the latest one installed. But when I connect iphone to Ubuntu, only I am able to copy the camera photos ( and other pdfs, pptx...) to my computer only, I cannot copy ones from my computer to the iphone. I even triedBanshee
but it doesnot havedevices
tab in the left side. How to Sync music and videos from Ubuntu 16.04 toiphone 4s
?
– Kasun Siyambalapitiya
Sep 26 '16 at 1:28
2
pretty sure it should besudo apt-get install gvfs-backends
– Chris
Mar 15 '17 at 0:13
2
If you don't know the UDID, check out this answer. Also, if the phone's documents folder shows up automatically you can click it, press Ctrl+L and delete the colon and everything after it like it is shown in this picture.
– totymedli
Nov 22 '17 at 20:34
it's plugged over USB (using the AFC protocol)
how to connect like this– Kasun Siyambalapitiya
Sep 25 '16 at 2:58
it's plugged over USB (using the AFC protocol)
how to connect like this– Kasun Siyambalapitiya
Sep 25 '16 at 2:58
1
1
Just plug it in, and it should show up. If it doesn't, make sure you have the package
gvfs-backends
installed.– s3lph
Sep 25 '16 at 20:35
Just plug it in, and it should show up. If it doesn't, make sure you have the package
gvfs-backends
installed.– s3lph
Sep 25 '16 at 20:35
I ran
sudo apt-get update
and then sudo apt-get install gvsf-backends
then it notifies me that I am having the latest one installed. But when I connect iphone to Ubuntu, only I am able to copy the camera photos ( and other pdfs, pptx...) to my computer only, I cannot copy ones from my computer to the iphone. I even tried Banshee
but it doesnot have devices
tab in the left side. How to Sync music and videos from Ubuntu 16.04 to iphone 4s
?– Kasun Siyambalapitiya
Sep 26 '16 at 1:28
I ran
sudo apt-get update
and then sudo apt-get install gvsf-backends
then it notifies me that I am having the latest one installed. But when I connect iphone to Ubuntu, only I am able to copy the camera photos ( and other pdfs, pptx...) to my computer only, I cannot copy ones from my computer to the iphone. I even tried Banshee
but it doesnot have devices
tab in the left side. How to Sync music and videos from Ubuntu 16.04 to iphone 4s
?– Kasun Siyambalapitiya
Sep 26 '16 at 1:28
2
2
pretty sure it should be
sudo apt-get install gvfs-backends
– Chris
Mar 15 '17 at 0:13
pretty sure it should be
sudo apt-get install gvfs-backends
– Chris
Mar 15 '17 at 0:13
2
2
If you don't know the UDID, check out this answer. Also, if the phone's documents folder shows up automatically you can click it, press Ctrl+L and delete the colon and everything after it like it is shown in this picture.
– totymedli
Nov 22 '17 at 20:34
If you don't know the UDID, check out this answer. Also, if the phone's documents folder shows up automatically you can click it, press Ctrl+L and delete the colon and everything after it like it is shown in this picture.
– totymedli
Nov 22 '17 at 20:34
add a comment |
Apple constantly breaks Linux applications' access to iPhones. As of 2019, the best way of uploading and downloading files is to use a 3rd party app on iOS. Apparently, the file you upload is only accessible by that 3rd app.
Phone Drive is a good app for this. First, take note of the IP address of your iPhone, then, when PhoneDrive is in the foreground, typing the IP address of the iPhone from a PC connected to the same local area network would give you a website where you can upload and download files. You can also use FTP protocol on the same iPhone IP address. Phone Drive supports playback of a lot of video and music formats.
https://itunes.apple.com/us/app/phone-drive-file-storage-sync/id431033044
Thank you, Unfortunately, this does not help much. First, as you notice, the file you upload is only accessible by that 3rd app. This makes the upload feature essentially unuseful. Symmetrically, I guess it will not be able to download, say, photos taken with the phone. In the end, this can be occasionally useful to move a file when you don't have a pendrive and plan to use that file elsewhere (say on another computer), but not much more
– Andrea
Jan 3 at 12:59
add a comment |
Apple constantly breaks Linux applications' access to iPhones. As of 2019, the best way of uploading and downloading files is to use a 3rd party app on iOS. Apparently, the file you upload is only accessible by that 3rd app.
Phone Drive is a good app for this. First, take note of the IP address of your iPhone, then, when PhoneDrive is in the foreground, typing the IP address of the iPhone from a PC connected to the same local area network would give you a website where you can upload and download files. You can also use FTP protocol on the same iPhone IP address. Phone Drive supports playback of a lot of video and music formats.
https://itunes.apple.com/us/app/phone-drive-file-storage-sync/id431033044
Thank you, Unfortunately, this does not help much. First, as you notice, the file you upload is only accessible by that 3rd app. This makes the upload feature essentially unuseful. Symmetrically, I guess it will not be able to download, say, photos taken with the phone. In the end, this can be occasionally useful to move a file when you don't have a pendrive and plan to use that file elsewhere (say on another computer), but not much more
– Andrea
Jan 3 at 12:59
add a comment |
Apple constantly breaks Linux applications' access to iPhones. As of 2019, the best way of uploading and downloading files is to use a 3rd party app on iOS. Apparently, the file you upload is only accessible by that 3rd app.
Phone Drive is a good app for this. First, take note of the IP address of your iPhone, then, when PhoneDrive is in the foreground, typing the IP address of the iPhone from a PC connected to the same local area network would give you a website where you can upload and download files. You can also use FTP protocol on the same iPhone IP address. Phone Drive supports playback of a lot of video and music formats.
https://itunes.apple.com/us/app/phone-drive-file-storage-sync/id431033044
Apple constantly breaks Linux applications' access to iPhones. As of 2019, the best way of uploading and downloading files is to use a 3rd party app on iOS. Apparently, the file you upload is only accessible by that 3rd app.
Phone Drive is a good app for this. First, take note of the IP address of your iPhone, then, when PhoneDrive is in the foreground, typing the IP address of the iPhone from a PC connected to the same local area network would give you a website where you can upload and download files. You can also use FTP protocol on the same iPhone IP address. Phone Drive supports playback of a lot of video and music formats.
https://itunes.apple.com/us/app/phone-drive-file-storage-sync/id431033044
answered Jan 2 at 12:50
Peer GyntPeer Gynt
7731815
7731815
Thank you, Unfortunately, this does not help much. First, as you notice, the file you upload is only accessible by that 3rd app. This makes the upload feature essentially unuseful. Symmetrically, I guess it will not be able to download, say, photos taken with the phone. In the end, this can be occasionally useful to move a file when you don't have a pendrive and plan to use that file elsewhere (say on another computer), but not much more
– Andrea
Jan 3 at 12:59
add a comment |
Thank you, Unfortunately, this does not help much. First, as you notice, the file you upload is only accessible by that 3rd app. This makes the upload feature essentially unuseful. Symmetrically, I guess it will not be able to download, say, photos taken with the phone. In the end, this can be occasionally useful to move a file when you don't have a pendrive and plan to use that file elsewhere (say on another computer), but not much more
– Andrea
Jan 3 at 12:59
Thank you, Unfortunately, this does not help much. First, as you notice, the file you upload is only accessible by that 3rd app. This makes the upload feature essentially unuseful. Symmetrically, I guess it will not be able to download, say, photos taken with the phone. In the end, this can be occasionally useful to move a file when you don't have a pendrive and plan to use that file elsewhere (say on another computer), but not much more
– Andrea
Jan 3 at 12:59
Thank you, Unfortunately, this does not help much. First, as you notice, the file you upload is only accessible by that 3rd app. This makes the upload feature essentially unuseful. Symmetrically, I guess it will not be able to download, say, photos taken with the phone. In the end, this can be occasionally useful to move a file when you don't have a pendrive and plan to use that file elsewhere (say on another computer), but not much more
– Andrea
Jan 3 at 12:59
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f704669%2fhow-to-move-files-between-ubuntu-and-iphone%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown