| View previous topic :: View next topic |
| Author |
Message |
Nathan Downes Guest
|
Posted: Sun Nov 12, 2006 7:43 am Post subject: Delphi - Client/Server - Transferring Files |
|
|
Hi,
I am just wondering if anyone has a sample to show me how best I could
create client and server applications with a simple way to transfer files.
(I am using Delphi 2005).
Thanks in advance. |
|
| Back to top |
|
 |
Daniel Guest
|
Posted: Wed Nov 15, 2006 2:21 am Post subject: Re: Delphi - Client/Server - Transferring Files |
|
|
Is there a reason you cannot use FTP? I reckon there is or you would
not be trying to grow your own. I would check out www.delphi.about.com.
He has examples on create a server and a client, then you would need to
handle the file transfer.
I would look into a free FTP program rather than growing my own for
just this purpose.
My 2 cents. |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Nov 15, 2006 7:04 pm Post subject: Re: Delphi - Client/Server - Transferring Files |
|
|
Use the indy package ... www.indyproject.org ... exemples very good and
of the easy use. byebye
Daniel escreveu:
| Quote: | Is there a reason you cannot use FTP? I reckon there is or you would
not be trying to grow your own. I would check out www.delphi.about.com.
He has examples on create a server and a client, then you would need to
handle the file transfer.
I would look into a free FTP program rather than growing my own for
just this purpose.
My 2 cents. |
|
|
| Back to top |
|
 |
|