Alternative to MTP file transfer (its fast than MTP)

Tiered of using MTP connection to transfer files and slow speed?
You came to right place!!!

In this post I am going to show you an alternate solution of file transfer between android and desktop/laptop/PC! If you are facing problems using MTP connection and want to try new then below is small and sweet tutorial for transferring files using USB cable.

This tutorial will be helpful to those peoples those are using windows xp and mobile which does not supports "USB mass storage" functionality.

Prerequirements:


1. Obvious, an android mobile and USB cable! :D :P

2. A desktop or PC with ADB installed driver

To install ADB driver you can use Universal Android USB Driver(google it!).

Steps:

  1. Before follow this tutorial make sure that your device has enabled "USB Debugging" and compatible driver installed.
  2. Download and insatll FTP Server by The Olive Tree from Google play store (link: https://play.google.com/store/apps/details?id=com.theolivetree.ftpserver&hl=en ).
  3. Open downloaded application.
  4. In application goto setting (right upper side) and select "Network interface" then choose Loopback(127.0.0.1).
  5. Now come back to setting and select passive ports and set any port value to 2301(or any).
  6. Start the FTP server.
  7. Connect your device to PC and make sure that your mobile is listed using "adb devices" command.
  8. Execute below two commands in cmd:
  9. adb forward tcp:2221 tcp:2221
  10. adb forward tcp:<passive port> tcp:<passive port> in our case it will be adb forward tcp:2301 tcp:2301
  11. Now in PC open run window (Win+R) and write this line "explorer ftp://127.0.0.1:2221"
  12. Bingo your SDCard will be opened.
  13. Enjoy file transferring!!!

NOTES:

  1. This tutorial is based on FTP Server v1.20!
  2. If you have any query then comment it, we will glade to solve it!

Share on Google Plus

About Tricks Byte

Tricks Byte is providing helpful tricks with easy instructions so that you can enjoy each tricks!
    Blogger Comment
    Facebook Comment

0 comments :

Post a Comment