Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted

set like this

HTML
<image source="ftp://192.168.1.101/image/logo.png" />
 
Share this answer
 
Comments
Luiey Ichigo 18-Apr-14 5:33am    
simple as that?
Naz_Firdouse 18-Apr-14 6:13am    
isn't it working?
gale44 28-Nov-14 5:39am    
no
i understand, but how preview a image file with ftp, the ftp directory is a protectect, not have access with the browser...
 
Share this answer
 
Comments
Richard Deeming 28-Sep-15 13:25pm    
This is not a solution.

If you have a question or comment, use the "Have a Question or Comment?" button under the relevant answer.

DO NOT post it as a new solution.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900