|
-
Sep 18th, 2006, 03:15 PM
#1
Thread Starter
New Member
Connect to remote server (2003) via phone line
I need to write an app in .net that will dial a remote computer and download some files. Where to start?
Thanks in advance.
Lisa
-
Sep 18th, 2006, 05:14 PM
#2
Re: Connect to remote server (2003) via phone line
I'd start with ZModem source (ftp://ftp.cs.pdx.edu/pub/zmodem/ - you want rzsz in any of its forms). It's written in C, but it's not too difficult to translate (it's been translated into just about every computer language that could do the things it needs). Dialing the phone is simply giving the ATDT command and the number, and answering it is simply giving the ATH1 command when RI becomes true. (Use the MSComm1 control.)
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|