Send and Receive file from modem [modified]
-
i need to send and receive file from a dial-up connection i want to use modem in both machines for transfer files let me know if there is some example about it or other good stuf thanks -- modified at 8:10 Thursday 15th November, 2007
The connection is irrelevant, you need to connect to another machine that has the file, and request it. Do you have an IP address and path to the file ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
i need to send and receive file from a dial-up connection i want to use modem in both machines for transfer files let me know if there is some example about it or other good stuf thanks -- modified at 8:10 Thursday 15th November, 2007
You can find information in google and this site. please go through this example may be it will help you http://www.codeproject.com/aspnet/webdialup.asp[^]
-
The connection is irrelevant, you need to connect to another machine that has the file, and request it. Do you have an IP address and path to the file ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
You can find information in google and this site. please go through this example may be it will help you http://www.codeproject.com/aspnet/webdialup.asp[^]