| View previous topic :: View next topic |
| Author |
Message |
Roni Tevel Guest
|
Posted: Mon May 17, 2004 6:58 pm Post subject: File Transfer over Ip ??? |
|
|
Hello there
I need to transfer a text file from
Ip1(source) to Ip2 (Target)
What is the best way to do it (WinSoc)?
(i dont want to install FTP server on the Target Pc)
TIA
Roni
[email]roni (AT) tevelsoft (DOT) co.il[/email]
|
|
| Back to top |
|
 |
Bill Todd (TeamB) Guest
|
Posted: Mon May 17, 2004 8:01 pm Post subject: Re: File Transfer over Ip ??? |
|
|
Are lp1 and lp2 the names of two PC's? How are they connected? If they
are on the same network use the FileCopy function in FMXUTILS.PAS
which is part of one of the sample applications that ships with
Delphi.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
Roni Tevel Guest
|
Posted: Wed May 19, 2004 6:20 pm Post subject: Re: File Transfer over Ip ??? |
|
|
Thanks Bill
I managed to it.
Ip1 and Ip2 are IpAddresses (not LP)
and i used NMStrm and NMStrmSrv Compnents to transfer the files.
Thanks
Roni
"Bill Todd (TeamB)" <no (AT) no (DOT) com> wrote
| Quote: | Are lp1 and lp2 the names of two PC's? How are they connected? If they
are on the same network use the FileCopy function in FMXUTILS.PAS
which is part of one of the sample applications that ships with
Delphi.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
|
| Back to top |
|
 |
|