I want to transfer files over Wi-Fi hotspot between two android device.I am having IP Address and MAC address of the receiver device using WI-Fi manager but don't know the way how to transfer files over this IP address from SDCARD of the sender device . Please help...
Asked
Active
Viewed 286 times
0
-
please put some code of whatever you tried. – Mayank Pandya Dec 12 '16 at 05:18
-
Dear Mayank, I used WIFIManager Class to get the list of devices on which hotspot is on and its giving me IP address , MAC address but I don't know how to transfer files over this IP address and MAC address. – Vikas Panwar Dec 12 '16 at 05:22
-
I think one device has to be a server, and the other - a client. Client connects to the server and sends files. – Vladyslav Matviienko Dec 12 '16 at 06:07
-
This might help you : http://android-er.blogspot.in/2015/01/file-transfer-via-socket-between.html – VVB Dec 12 '16 at 06:46