c# - Xamarin PCL - How can I upload/download a File to/from a FTP Server? -


i'm developing mobile app using xamarin. in current version android supported, expand windows , ios.

so question is: how can make pcl allows me download - cross plattform - file ftp server or upload - cross plattform - file ftp server? since ftpwebreuquest class not avaiable in pcl - neither webrequest class.

you need inject code platform specific libraries. why not using mvvm framework mvvmcross helps lot this? https://github.com/mvvmcross/mvvmcross


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -