 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Florian Guest
|
Posted: Tue Oct 28, 2003 1:22 am Post subject: Simplest file transfer |
|
|
Hi all
Which is the simplest way to copy a file through TCP/IP?
No login, only one file.Is there a function like CopyFile which
sets up FTP ( or whatever), makes the transfer and then
cleans up and exit?
|
|
| Back to top |
|
 |
Christen Fihl Guest
|
Posted: Tue Oct 28, 2003 10:34 am Post subject: Re: Simplest file transfer |
|
|
TFTP (= Trivial FTP) is the small FTP version.
Try using it it from your commandline, to see the parameters allowed
--
Christen Fihl
http://HSPascal.fihl.net
|
|
| Back to top |
|
 |
Francois Piette Guest
|
Posted: Tue Oct 28, 2003 10:39 am Post subject: Re: Simplest file transfer |
|
|
| Quote: | Which is the simplest way to copy a file through TCP/IP?
No login, only one file.Is there a function like CopyFile which
sets up FTP ( or whatever), makes the transfer and then
cleans up and exit?
|
There is a very simple client/server TCP/IP application written using ICS
that does that: just send a file. It is available as full source code from
the "usermade" page at ICS website ([url]http://www.overbyte.be)[/url]. The project is
"SENDFILE".
--
[email]francois.piette (AT) overbyte (DOT) be[/email]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|