使用URl将映像文件服务器复制到客户端 [英] Copy Image file server to client using URl

查看:59
本文介绍了使用URl将映像文件服务器复制到客户端的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hear Server是ASP.net。客户端是Window应用程序我想要一个图像文件服务器到客户端。



i有服务器路径,如

http:// servername /virtualdirectoryname/foldername/filenameX.jpg



在这条路径中我有filenameX.jpg。我需要将此文件复制到客户端系统。



尽快发送回复。

Hear Server is ASP.net. Client is Window application i want to get a image file server to client.

i have the server path like
"http://servername/virtualdirectoryname/foldername/filenameX.jpg"

in this path i have filenameX.jpg. I need to copy this file to client system.

As soon As possible send reply.

推荐答案

只需发布它就可以解决未解决的问题。 OP报告他/她找到了解决方案。
Just posting it to pop it out of unanswered questions. OP reported that he/she found the solution.


dim wc as new webclient()
dim data as byte()=wc.downloadfile(serverpathurl,localpath)


这篇关于使用URl将映像文件服务器复制到客户端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆