Re: ftp-connection under dos6.2
From: Raymond Martineau (bk039_at_ncf.ca)
Date: 11/21/04
- Next message: Jack Klein: "Re: please help (novice)"
- Previous message: Yariv: "Union or class hierarchy"
- In reply to: Michael Post: "ftp-connection under dos6.2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 21 Nov 2004 11:56:53 -0500
On Sat, 20 Nov 2004 15:05:24 +0100, Michael Post
<michael.post@purematic.de> wrote:
>Hello,
>
>i need a class or the ftp.exe for dos6.2 (16 Bit).
I can tell you offhand that there is no such thing. Dos has no network
support and needs to rely on third party libraries and utilities.
>
>Know anyone something about a download-source or a specified class for c++?
>
FTP is not a part of the C++ language. The only way to access the internet
is to use a library provided by a third party, such as the Unix POSIX
socket library.
If you want to go ahead and write your own PPP, TCP/IP and FTP
implementation, you should ask news:comp.os.msdos.programmer, and check
with sites that contain the specifications for PPP, TCP/IP and FTP.
- Next message: Jack Klein: "Re: please help (novice)"
- Previous message: Yariv: "Union or class hierarchy"
- In reply to: Michael Post: "ftp-connection under dos6.2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|