Hello, I an new to UFTP, and I wish to just copy files via multicast from IP 192.168.1.2 to 192.168.1.10.
On the PC with 192.168.1.10 I give the command
uftpd.exe -I 192.168.1.10 -L c:\temp\log.txt
On the PC with 192.168.1.2 I give the command
uftp.exe -I 192.168.1.2 file_to_transfer
UFTP version 5.0 Copyright (C) 2001-2020 Dennis A. Bush
Starting at Sat Apr 23 14:30:33 2022
Loaded ECDSA key with curve prime256v1 and fingerprint A6:E0:54:A6:EC:28:33:C4:EA:89:06:00:82:0F:16:62:38:8A:B3:AE
Loaded ECDH key with curve prime256v1
Transfer rate: 1000 Kbps (125 KB/s)
Wait between packets: 10781250 ns
Using private multicast address 230.5.5.233 Group ID: 90468C0B
Initializing group
Sending ANNOUNCE 1
Sending ANNOUNCE 2
and the 192.168.1.10 machine never gets a file.
My next step would be transferring files to 10 PC simultaneously, with Multicast (in one time).
What am I doing wrong?
The PCs are all connected to the same ethernet switch, Windows firewall is off.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I an new to UFTP, and I wish to just copy files via multicast from IP 192.168.1.2 to 192.168.1.10.
On the PC with 192.168.1.10 I give the command
uftpd.exe -I 192.168.1.10 -L c:\temp\log.txt
On the PC with 192.168.1.2 I give the command
uftp.exe -I 192.168.1.2 file_to_transfer
UFTP version 5.0 Copyright (C) 2001-2020 Dennis A. Bush
Starting at Sat Apr 23 14:30:33 2022
Loaded ECDSA key with curve prime256v1 and fingerprint A6:E0:54:A6:EC:28:33:C4:EA:89:06:00:82:0F:16:62:38:8A:B3:AE
Loaded ECDH key with curve prime256v1
Transfer rate: 1000 Kbps (125 KB/s)
Wait between packets: 10781250 ns
Using private multicast address 230.5.5.233 Group ID: 90468C0B
Initializing group
Sending ANNOUNCE 1
Sending ANNOUNCE 2
and the 192.168.1.10 machine never gets a file.
My next step would be transferring files to 10 PC simultaneously, with Multicast (in one time).
What am I doing wrong?
The PCs are all connected to the same ethernet switch, Windows firewall is off.
Start by running Wireshark on both the sending and receiving machine to see if the packets are appearing on the local interfaces.