Hi Guys,
I have a web server called Server123 that is hosting my web application called Myapp.
There are users that connect to this using
There is an ftp server called FtpServer123 that has files that I need the users to download to their local machines.
What I need to do is, when users open this http://server123/Myapp/default.aspx web, I want the users to download files from FtpServer123 to their local machines
The users have ip adresses - 10.1o1.102.103 ....etc
Can anybody help me with a vb.Net code?
Thanks in advance