Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ftp client

0 views
Skip to first unread message

guox

unread,
Aug 5, 1999, 3:00:00 AM8/5/99
to
hi, all professionals,
I want to program a ftp client, which is used to transfer
file from a ftp server which is supported the file's resume.
although cuteftp is a good client , but on one client, it had
only one connection to server, so the speed is too low. I want to
let one client has multi connections to a server to get one file,
each connection started from different offset of the file.
in delphi4, the component nmftp can not support to send remote
ftp commands such as "rest 100" etc, so I can not use it.it
seemed that I can only use Tclientsocket, but how can I do?
please give me detail, it is best to give me some samples.
Thanks!


Francois Piette

unread,
Aug 5, 1999, 3:00:00 AM8/5/99
to
> I want to program a ftp client, which is used to transfer
>file from a ftp server which is supported the file's resume.

> in delphi4, the component nmftp can not support to send remote


>ftp commands such as "rest 100" etc, so I can not use it.it


You can use FTP client component from ICS. It support resumed tranfers. It's
freeware and include full source code. Download ICS.ZIP from
http://www.rtfm.be/fpiette/indexuk.htm and look at FtpTst sample program.

--
francoi...@pophost.eunet.be
The freeware Internet Component Suite maker
The freeware MidWare middleware maker
Download from http://www.rtfm.be/fpiette/indexuk.htm

0 new messages