I was asking one question about video in another forum, and for one of my doubts, Klaus suggested me to write it in this forum!

The summary of my question is that i was trying to download one video from my PC to one iPad or to one android phone.
So, i will use one database where i will place all the names of the videos i have and with one datagrid show this list to can choose one ( all what is concerning to database and datagrids of my example i am able to do it ).
But once he made the selection how can i download it? This video will be in this location: "/Users/aebki/Downloads/"
And if we use one public Ip it should be something like this:
"//myPublicIp/Users/aebki/Downloads/" '
So how can i download this to the iPad or the android phone?
Regards.