Forum > Networking and Web Programming

Send file in the LAN

(1/2) > >>

Szymad:
Hi,
I want send file to another computer using lazarus.
How should my program do:
 1. Can send files from e.g. H:\ to \\ANOTHER_COMPUTER\PUBLIC_FOLDER1 or to 192.161.1.102
 2. Chceck avaible computers in LAN
 3. Enable Sharing selected folder eg. ShareDirectory(C:\SD) should enable this network location: \\My_PC\SD
 
I need the progress of file.

Marc:
if it is windows only, have a look at MSDN CopyFileEx

TAUFIQ:
Hello all,

Can help me how to send data from LAN Port and read data from LAN Port in lazarus???

Thanks...

Marc:
What do you mean by send data from a LAN port ?
Do you mean on filesystem level (as asked in this thread) or on socket level ?

michaelthuma:
I think taufiq wants to do sthg. like ftp just without a server. Finally this is solved by the filesystem and/or file transfer protocol.

Navigation

[0] Message Index

[#] Next page

Go to full version