SimonSimCity / Xamarin-CrossDownloadManager

A cross platform download manager for Xamarin
MIT License
149 stars 68 forks source link

Downloading without internet #118

Closed grayter1 closed 5 years ago

grayter1 commented 5 years ago

I have implemented http server on raspberry which has own wireless network without internet access. I would like to transmit file via http but I can't - unless I connect raspberry to internet. I tried to debug but really don't know where problem occur. Raspberry server cannot have internet access - it is my client wish. Can you help me?

SimonSimCity commented 5 years ago

Well, since this package is just a wrapper for the native solution given by either of the OSes, I guess you should look it up in one of the forums of either iOS or Android - depending on which platform you're facing the problem.

Closing this because it's about the internals of a native implementation I'm using here.