Hi
I am newbie to c#. I have to download some ftp content from internet. My system is connected to internet via Ethernet and Modem. Based on the user selection type(either ethernet or modem), i have to download ftp data. If the user is selected Ethernet , i have to download ftp data using Ethernet. If the user is selected modem, i have to download via ethernet. I am thinking of using ftpwebrequest class to download ftp data from FTP server.
could any body provide prortype code how to download based on the above user slection?
Thanks in advance.
Regards
Raju
I am newbie to c#. I have to download some ftp content from internet. My system is connected to internet via Ethernet and Modem. Based on the user selection type(either ethernet or modem), i have to download ftp data. If the user is selected Ethernet , i have to download ftp data using Ethernet. If the user is selected modem, i have to download via ethernet. I am thinking of using ftpwebrequest class to download ftp data from FTP server.
could any body provide prortype code how to download based on the above user slection?
Thanks in advance.
Regards
Raju