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
Post a Comment