Hi All,
I am using the code below to try to display images in image control but have a pop up error in firefox saying
"530 LOGIN INCORRECT". I have checked with the ftpuser and password is correct. What can be the problem
string imagename1 = "ftpserverip/export/home2/test/lob/sig/s0015463-164252.jpg";
ImagePath.Src = "ftp://username:password" + imagename1;
Any help or assistance
Thanks
Go to the complete details ...