I'm currently having problem on how to access an image from a different FTP server then use it as
<img src = 'Path from different server'>
Currently here is the result I've got from searching
<img src="ftp://username:password@my_ftp_ip_address/Images/imagename.jpg"/>
But I wouldn't want anybody to view my login credentials on FTP. Is there any other way to do it or just hide the login credentials with the method above?
PS I'm using PHP and Linux as a file server.