本文介绍了WPF从FTP查看图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我可以从服务器上FTP图像的给定路径查看图像吗?这意味着我不必先将它下载到我的本地PC。我只是从路径中流式传输图像为例:ftp://192.168.1.101/image/logo.png
怎么做?介意分享?我从FTP站点下载后可以查看。但我正在考虑一些更容易的东西。谢谢
Hi all,
Can I view an image from the given path of the FTP image on server? Which mean I don't have to download it first to my local PC. I just stream the image from path as example: ftp://192.168.1.101/image/logo.png
How to do it? Mind to share? I can view after I download it from FTP site. But I'm thinking of something that more easy if available. Thanks
推荐答案
<image source="ftp://192.168.1.101/image/logo.png" />
这篇关于WPF从FTP查看图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!