|
-
May 3rd, 2001, 10:54 AM
#1
Thread Starter
Lively Member
implement Dial up FTP
Hi,
I need to implement Dial up FTP and was wondering if anyone could point me in the right direction?
The thing is I have implemented an FTP component using WinInet, but for the life of me do not know what the "Dial up" part is all about?
How does one "Dial up" FTP??? does one use TAPI, telephony??
so if anyone can tell me how to implement the dial up part i'd be MOST grateful!!!
thanks for your time ...
Gaurav
[email protected]
" Programming today is a race between software-engineers striving to build bigger and
better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far the universe is winning". :-)
-
May 3rd, 2001, 12:27 PM
#2
Monday Morning Lunatic
Dial-up and FTP are two totally different things. FTP is totally independent of how you physically connect to the network.
If you just wanted to request that the computer make sure it's connected, use the InternetConnect function (part of WinInet).
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
May 3rd, 2001, 03:12 PM
#3
Thread Starter
Lively Member
Gee Thanks mate!! I KNOW FTP n its connection is NOT connected!!!!
I want to know HOW to implement dialup via code!!!! For Example, I can use hyperterminal for the ZMODEM protocol ... but it implements dialup internally...
How do I have my code dial up login authenticate me and then instantiate my FTP component which in turn FTP's return and asks the dial up code to close the connection?
cheers
Gaurav
[email protected]
" Programming today is a race between software-engineers striving to build bigger and
better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far the universe is winning". :-)
-
May 3rd, 2001, 03:27 PM
#4
Monday Morning Lunatic
Not sure if you're being sarcastic so I'll let it slide...
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
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
|