Android linux передача файлов wifi

How to access my Android’s files using Wi-Fi in Ubuntu?

Both my Ubuntu and Android phone are using the same Wi-Fi. How can I transfer files between the phone and the PC? Is there any way to mount the Android file system? I don’t want to use the USB cable. Bluetooth doesn’t work. So WiFi is the only other option. The Android version is Jelly Bean and Ubuntu is 12.04 LTS.

This isn’t necessarily an Ubuntu question, more a case of «How do I set up my Android device to have a server to handle file transfers to devices on my wifi».

@Tim but that’s not what I see being asked here. «Both my Ubuntu and Android use the same wifi.» OK, they’re on the same network. «How can I transfer files between the phone and the pc?» Implied over the wifi. Solution: Install something on the android that gives ftp/sftp access, but that’s an Android question, not Ubuntu. Regardless of how it’s interpreted, the solution is an Android-side setup of some software to provide the function, and that’s not Ubuntu.

Vote to reopen. Even though the solution is not Ubuntu specific, that is install a ftp or a specialized web server in the android, the problem is somewhat Linux specific. If you google «how to share files between android and PC (or Mac)» you see some solutions that involve installing PC (or Mac) software as well as their Android counterparts. These solutions don’t have a Linux client and thus don’t work for Ubuntu. For Ubuntu one needs a server that uses standard protocol for which Ubuntu client exist. The solution is simple who are familiar with servers, but not so for home desktop users.

Источник

Как обмениваться файлами между Android и Linux без проводов

Пытаетесь отправить некоторые файлы на устройство Android с компьютера Linux, но нет кабеля для передачи данных?

Хорошая новость, благодаря свободе, которую Google предоставляет пользователям Android, разработчики придумали десятки различных способов простого подключения устройства Android к компьютеру с Linux.

Возможно, самый простой способ обмениваться файлами между Android и Linux по беспроводной сети – это загрузить приложение FTP на ваше устройство Android. Зачем?

Это позволяет вам быстро разместить на вашем Android-устройстве импровизированный FTP-сервер, который затем может принимать удаленные подключения по беспроводной сети.

Достаточно сказать, что многие разработчики приложений для Android знают, как легко это сделать, и в результате в магазине приложений Google Play есть множество приложений для передачи по FTP WiFi. С учетом вышесказанного в этом руководстве мы сосредоточимся на приложении WiFi FTP-сервера, поскольку это одно из самых надежных приложений в своей категории.

Читайте также:  Вай фай система сони

Скачать приложение

Прежде чем мы сможем поговорить о настройке сервера, вам нужно установить приложение WiFi FTP-сервер на вашем Android-устройстве.

Для этого откройте приложение Google Play Store на Android, найдите WiFi FTP Server и установите его.

Кроме того, нажмите на эту ссылку здесь скачайте его таким образом.

Помните, что для работы приложения требуется Android 4.0 и выше, поэтому перед установкой приложения убедитесь, что ваше устройство обновлено.

Настроить сервер

Как только приложение WiFi FTP Server будет установлено на вашем Android-устройстве, пришло время настроить сервер.

Для этого запустите приложение.

Затем, когда он открыт, нажмите на значок шестеренки в правом верхнем углу.

Прокрутите настройки и найдите параметр «Корневая папка». Коснитесь «Корневая папка».

После этого выберите папку, которая будет использоваться в качестве общей папки на FTP-сервере.

Выйдя из области настроек WiFi FTP-сервера, найдите кнопку «Пуск» и коснитесь ее, чтобы включить сервер передачи файлов Android.

Установить FileZilla

Вы будете передавать файлы с этого сервера по протоколу FTP, поэтому вам необходимо установить соответствующий FTP-клиент на ПК с Linux.

Протокол FTP существует уже очень давно, поэтому там довольно много достойных клиентов.

С учетом вышесказанного FileZilla широко считается лучшим вариантом для использования, поэтому мы сосредоточимся на этом в этом руководстве.

Чтобы установить FileZilla на ПК с Linux, запустите окно терминала, нажав Ctrl + Alt + T или Ctrl + Shift + T.

После того, как вы откроете окно терминала, следуйте инструкциям по установке командной строки для Filezilla, которые соответствуют Linux ОС вы используете.

Ubuntu

sudo apt install filezilla

Debian

sudo apt-get install filezilla

Arch Linux

Fedora

sudo dnf install filezilla

OpenSUSE

sudo zypper install filezilla

Универсальный Linux

Нужно установить FTP-клиент Filezilla на ПК с Linux, но не использовать хорошо известный дистрибутив?

Подумайте о переходе на официальный сайт FileZilla.

У них есть доступная загрузка Linux, которая будет работать практически на всем!

Подключиться к серверу в FileZilla

Теперь, когда сервер запущен и FileZilla установлена, пришло время подключить FTP-клиент к серверу. Для подключения запустите FileZilla на вашем компьютере. После этого разблокируйте устройство Android, найдите адрес FTP, распечатанный в приложении сервера FTP, и следуйте пошаговым инструкциям ниже, чтобы подключиться.

Шаг 1: В разделе «Хост» в верхней части FileZilla введите адрес FTP, указанный в приложении. Это должно выглядеть как пример ниже.

Шаг 2: Найдите раздел «Имя пользователя» в FileZilla и напишите «android» как пользователь.

Шаг 3: Найдите раздел «Пароль» и введите «android» в качестве пароля.

Шаг 4: Пройдите в раздел «Порт» и напишите «2221» в качестве порта.

Шаг 5: Начните подключение к вашему FTP-серверу, нажав кнопку «Быстрое подключение».

Источник

6 Wireless File Sharing Apps for Linux and Android

If you are looking for effortless and minimum configuration GUI apps to share files between Linux and Android devices over a local wireless network, this article will help you out.

While it is possible to share files in Linux using tools like Samba, FTP and SSH, these utilities often require fiddling with terminal commands and there is no GUI in most cases. A lot of people prefer these methods, however this article focuses on easy to use GUI alternatives that provide similar functionality.

Читайте также:  Принтер pantum m6500 поддерживает вай фай

GSConnect / KDE Connect (Between desktops, desktops to/from Android)

Requirements: Both receiver and sender must have either GSConnect or KDE Connect Android app installed and running during file share.

GSConnect is an implementation of KDE Connect, adapted especially for GNOME desktop.

KDE Connect is a free and open source cross-platform app that allows your Linux and Android devices to communicate with each other as long as they are on the same network. You can securely share content like notifications, files and SMS messages. KDE Connect also allows you to control your desktop through Android phone.

GSConnect is available as a Gnome Shell extension and it can be installed from here. KDE Connect Play Store app can be downloaded from here. Note that GSConnect may not work if KDE Connect desktop application is installed on your device, so you are advised to install only one of both.

After installing the extension, click on the power icon on the top panel, then click on “Mobile Devices” to expand it, followed by a click on “Mobile Settings” as shown in the screenshot below:

Click on the three dot button located at the top bar of the new application window just launched, then click on the “Share” button to start sharing file with another device either having GSConnect or KDE Connect Android app installed. If you are asked to “pair” the device, just follow on screen instructions to pair the devices.

You can also send a file from Android device to desktop PC. Option to send files will appear once you complete the pairing process. You may also have to give storage access, read and write permissions to KDE Connect Android app.

LAN-Share (Between Desktops)

Requirements: Both receiver and sender must have LAN-Share app installed and running during file share.

LAN-Share, as the name suggests, is a Local Area Network (LAN) file transfer application for Linux. It can be used to wirelessly transfer a whole folder or multiple files without any need of additional configuration.

Latest build of LAN-Share in the form of AppImage can be downloaded from here. After downloading the app, make it executable using your file manager. The GUI is pretty straight forward, you just have to click on “Send” button, select a file and then select a receiver to start file sharing.

Teleport (Between Desktops)

Requirements: Both receiver and sender must have Teleport app installed and running during file share.

Teleport is a simple and minimalistic GTK3 app to share files between Desktop PCs running on the same local network.

To install teleport on Ubuntu, run commands below:

$ sudo apt install flatpak
$ flatpak remote-add —if-not-exists flathub https: // flathub.org / repo / flathub.flatpakrepo
$ flatpak install flathub com.frac_tion.teleport

To run the app, click on the app icon in application launcher or run the command below:

Once you launch the teleport app, it will automatically detect another teleport app running on a different PC on the same network. All you have to do is click on “Send File” and follow the onscreen instructions.

NitroShare (Between Desktops)

Requirements: Both receiver and sender must have NitroShare app installed and running during file share.

Читайте также:  Пароль от своего wifi через iphone

NitroShare is a simple but effective cross-platform app to share files between devices on the same local network. What makes it different from others is its ability to share files between different operating systems for desktops. NitroShare is available for Linux, Windows and macOS.

NitroShare can be downloaded from the official Ubuntu repositories, you can install it by running the command below:

You can launch NitroShare from the application launcher, however you may not see any GUI window as it opens docked to the system tray. Just click on the indicator in the system tray and it will give you a small menu to view and initiate the transfers.

TrebleShot (Between Desktops, Desktop to Android, Android to Desktop)

Requirements: Both receiver and sender must have either TrebleShot-Desktop or TrebleShot Android app installed and running during file share.

TrebleShot is a free and open source application for Android and desktop devices that allows you to send and receive files over local network.

TrebleShot Android app can be downloaded from Play Store. Desktop app can be downloaded from here in the form of AppImage.

After launching the app, you will find “Transfers” tab with a “Send Files” button at the bottom. Just click the button to initiate file transfer and follow the onscreen instructions. TrebleShot also allows you to share text messages between devices using “Text stream” tab.

The Android app UI is clean, minimalistic and functional.

Snapdrop (Between Desktops, Desktop to/from Android, Between Device and Chrome or Firefox Browser)

Requirements: Both receiver and sender must have https://snapdrop.net/ URL opened in supported browser.

Snapdrop is a local file sharing web application that runs in your browser. Inspired by Apple’s Airdrop, It creates a P2P connection using WebRTC to share the files. Your files are never stored on any server and it doesn’t even use a database.

To start sharing files, just open https://snapdrop.net/ URL in a browser running on both the receiver’s and sender’s device.

Snapdrop will automatically detect receiving device and it will show an icon, platform and browser name. Click on the device icon to start sharing.

Snapdrop running in Chrome for Android correctly detects Firefox running in Ubuntu with https://snapdrop.net/ URL opened in a tab, as shown in the screenshot below:

Once you have shared the file, the receiver will get a notification in browser to download the file.

This is by far my favorite method to share files between devices and it is not restricted to any specific OS. File sharing is limited to peers in local network only and as stated earlier, you don’t have to worry about your files going to any third party servers.

To conclude, I would recommend you to try out these apps at least once to gauge their utility according to your use cases. A lot of these apps provide additional functionality besides file sharing. KDE Connect / GSConnect is basically a swiss army knife that allows you to do a lot of stuff remotely on your Linux Desktop PC.

Источник

Оцените статью
Adblock
detector