9

I currently have an Android application that is paired to my Pi via the Bluetooth dongle. In order to receive a file, I have to manually accept for the transfer to occur.

Is there way to bypass this step? Or to have all the transfers automatically accepted and stored in a specific directory?

Darth Vader
  • 4,218
  • 24
  • 47
  • 70
user1487000
  • 191
  • 1
  • 2

1 Answers1

3

If you only want to transfer files between your pi and android phone then the whole process is simple you can refer to this article http://thetechmaniacs.wordpress.com/2014/03/08/raspberry-pi-ftp-easiest-on-the-world-wide-web/ otherwise you probably have to hassle with the app because of bluetooth security standards.Hope this helps!

Palash Taneja
  • 83
  • 1
  • 7