Home  /  Tools Apps  / Ftp Server Pro TV on Windows Pc

Ftp Server Pro TV on Windows Pc

Developed By: The Olive Tree

License: Free

Rating: 4,2/5 - 29 votes

Last Updated: April 18, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.32
Size 1.7 MB
Release Date April 27, 17
Category Tools Apps

What's New:
Fix delete/rename files in external SDCard in Android 6 [see more]

Description from Developer:
Same as Ftp Server Pro but this app can be run in devices without a touch screen as a TV.

I am still testing this app; if you have any problem with it I will make a refund before... [read more]

App preview ([see all 5 screenshots])

App preview

About this app

On this page you can download Ftp Server Pro TV and install on Windows PC. Ftp Server Pro TV is free Tools app, developed by The Olive Tree. Latest version of Ftp Server Pro TV is 1.32, was released on 2017-04-27 (updated on 2024-04-18). Estimated number of the downloads is more than 1,000. Overall rating of Ftp Server Pro TV is 4,2. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 29 users, 3 users had rated it 5*, 18 users had rated it 1*.

How to install Ftp Server Pro TV on Windows?

Instruction on how to install Ftp Server Pro TV on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Ftp Server Pro TV on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Ftp Server Pro TV using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Ftp Server Pro TV" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Ftp Server Pro TV on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Ftp Server Pro TV" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.32.

Download Ftp Server Pro TV 1.32 on Windows PC – 1.7 MB

Same as Ftp Server Pro but this app can be run in devices without a touch screen as a TV.

I am still testing this app; if you have any problem with it I will make a refund before 24 hours.

Read/write any folder, including sdcard, in your android device with this ftp server. You can backup your photos to your PC, copy music and movies to your device, etc.

If you still do not have a ftp client I recommend FileZilla client (you can download it on http://filezilla-project.org/) but you can also use file explorer on windows.

Free version does not allow landscape screen.

Features:

Use any network interface in your device including: WIFI, Ethernet, Mobile network, USB...
Anonymous user (can be disabled).
One Ftp user (can be disabled). Name and password can be changed.
Home directory can be root directory,
Read only mode.
Passive and active modes.
Show hidden files.
Custom home folder.
Option to run server as a foreground service.
Energy save mode.
Languages supported: English, Spanish, Romanian, French, Italian, Hungarian, German, Chinese, Catalan, Korean, Russian, Japanese and Portuguese.
Intents:
    com.theolivetree.ftpserver.StartFtpServerProTv
    com.theolivetree.ftpserver.StopFtpServerProTv

How to connect with Ftp server using USB cable:

This can useful when you have USB cable and not network available.
1) On your phone go to Settings->Applications->Development and set option "USB debugging".
2) Connect your phone to your PC using USB cable.
3) Start adb server. On your PC run command "adb start-server".
adb is a program that you can find on android sdk. Usually you will find it on android-sdk\platform-tools\adb.
4) Forward needed ports from your PC to your phone. On your PC run command "adb forward tcp:2221 tcp:2221"
You will need to repeat this step for all ftp server and passive ports configured in your phone. It will be easier if you use a small range of passive ports.
With this, any connection in your pc to 127.0.0.1:2221 will be forwarded to your phone in port 2221.
5) Run Ftp server in your phone, open settings and in "Network interfaces" select "Loopback (127.0.0.1)" or "All"
6) Start ftp server.
7) In your PC connect your ftp client to ftp://127.0.0.1:2221 (port might be different, it depends on your Ftp Server configuration).

Connections in this mode need to be always started by PC so only passive mode is available when using USB connection.

Permissions needed:

INTERNET
ACCESS_NETWORK_STATE
ACCESS_WIFI_STATE

Network permission to enable server to open network communication with ftp clients.

WRITE_EXTERNAL_STORAGE

Enables ftp server write received files from ftp clients on sdcard.

WAKE_LOCK

Keeps phone wake only while server is running. If phone is not wake connections to ftp server can fail.

Shortcuts to start the server:
KEYCODE_PROG_GREEN
KEYCODE_MEDIA_PLAY
KEYCODE_1
KEYCODE_BUTTON_1
KEYCODE_NUMPAD_1
KEYCODE_BUTTON_X

Shortcuts to stop the server:
KEYCODE_PROG_RED:
KEYCODE_MEDIA_STOP:
KEYCODE_2:
KEYCODE_BUTTON_2:
KEYCODE_NUMPAD_2:
KEYCODE_BUTTON_B:

Shortcuts to access server settings:
KEYCODE_PROG_YELLOW:
KEYCODE_3:
KEYCODE_BUTTON_3:
KEYCODE_NUMPAD_3:
KEYCODE_BUTTON_Y:

Libraries used by this program: Apache ftp server v1.0.6. Apache2 License. Android viewflow pakerfeldt (01/Nov/2011). Apache2 License: http://www.apache.org/licenses/LICENSE-2.0.html

Special thanks to: Beatriz Vera, Surjit Panda, Alex Sovu, Balazs David Molnar, Damien Varvenne, Simone Balducci, Juanvi, Chengcheng Hu, Noelia, Tomokazu Wakasugi and Paulino Feitio.
Fix delete/rename files in external SDCard in Android 6