home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!mips!sdd.hp.com!nigel.msen.com!nigel.msen.com!not-for-mail
- From: emv@msen.com (Edward Vielmetti)
- Newsgroups: comp.protocols.tcp-ip
- Subject: Re: ftp network programming
- Message-ID: <14hm2tINNchp@nigel.msen.com>
- Date: 21 Jul 92 18:46:39 GMT
- References: <1992Jul21.125502.15575@homebase.vistachrome.com>
- Organization: Msen, Inc. -- Ann Arbor, Michigan
- Lines: 20
- NNTP-Posting-Host: nigel.msen.com
- X-Newsreader: Tin 1.1 PL3
-
- mark@homebase.vistachrome.com (Mark Alexander) writes:
- : I am trying to learn how to write a C program which uses the
- : socket library to connect to a remote ftp server and negotiate
- : file transfers. I am having a bit of a hard time although I
- : believe I understand a good deal of what needs to be done.
-
- look at
- - "ftpget", from ftp.uunet.ca
- - "mirror", from a number of sites including
- ftp.uu.net:networking/archival/mirror
-
- the first is in C, the 2d is in perl, both of them speak FTP and
- deal with file transfers.
-
- you might also take a peek at
- alex.sp.cs.cmu.edu:/
- and take a look at Vince Cate's "alex" system, which builds a file
- system on top of FTP servers.
-
- --Ed
-