Retrieve image from FTP to webpage
I have a folder in my ftp server which contains several images. I'm trying to access and show these images in a webpage like <img src="ftp://my_ftp_ip_address/Images/imagename.jpg"/> But it asks for an FTP username and password. How can I achieve this? Also is it possible to do the same using Java? With the latest versions of web browsers ( Chrome 59 , Firefox 61 ), you cannot even use ftp:// URL to retrieve an image. And it was never a good solution anyway. The correct solution is to route the image through your webserver, hiding away not only the credentials, but also the original source of