9
2
Does anyone know a software which allows you to send files between two computers connected directly via lan cable (machines run WinXp and Win7)? I've already tried to use shared files and folders feature but machines doesn't recognise each other. Both machines have the same workgroup and unique names. Shared internet connection does work however.
1Do you want to send or copy files? Have you tried using the xcopy or copy command in the CLI? e.g. copy 'file' '\ipaddress\path'? – Tog – 2013-12-16T10:11:20.840
@Tog still doesn't work. it says: path not found – user2543574 – 2013-12-16T10:16:27.370
Have you tried simple file sharing? For Win7: http://www.home-network-help.com/file-sharing-in-windows-7.html For WinXP just enable it in the folder options (view tab). Be warned, simple file sharing is insecure so it's not suitable for use on a public network.
– Tog – 2013-12-16T10:42:36.997@Tog as i already said: yes i have. but with no good(( – user2543574 – 2013-12-16T10:55:59.223
What IPs/subnet do the machines have? – xstnc – 2013-12-16T11:33:14.057
@xstnc winxp (server) ip: 192.168.0.1, mask: 255.255.255.0, win7 (client) is configured to get everything automatically. only this configuration works fine. – user2543574 – 2013-12-16T11:35:42.677
So you shared a folder on winxp? Can you ping the Winxp machine from the win7 (
ping -4 192.168.0.1
)? And what is the ip and mask of the Win7 machine (ipconfig
)? – Rik – 2013-12-16T11:40:43.190@Rik well i have exectuted both commands on win7 machine..
ping -4 192.168.0.1
: timeout, 100% data loss.ipconfig
: ip: 192.168.0.14, mask: 255.255.255.0, gateway: 192.168.0.1 (gateway on win7 is the same as ip on winxp, as far as i know it's a good sign, right?) – user2543574 – 2013-12-16T11:50:01.757@user2543574 Well. The gateway should be ok if you're running the DHCP-server on Winxp (via ICS). But the fact you can't ping 192.168.0.1 is not good. could you temporarily disable the firewall in Winxp to see if it helps. Maybe the file-sharing in it is check off (by accident). After disabling the firewall you should be able to do the
ping -4 192.168.0.1
on the Win7 machine (without timeout). Just for clarification how are the PC's connected? I take it you have 2 network adapters in the Winxp machine of which one is connected to the internet and the other to the Win7? – Rik – 2013-12-16T11:59:56.223@Rik WHOA!! it did ping)) i disabled firewall (eset smart security 6, windows firewall was already disabled) and now i have no timeout. yes, i have winxp with two lan ports and win7 with one. – user2543574 – 2013-12-16T12:15:35.037
@user2543574 Can you do a
\\192.168.0.1
in the run-dialog and see the Winxp shares? If you do then you need to look for an option in eset smart security to enable file sharing (or disable all the checking on the second network adapter). – Rik – 2013-12-16T12:19:41.793@Rik file sharing works fine now! thank you guys! but what with firewall? – user2543574 – 2013-12-16T12:19:51.960
@user2543574 You can look here for the settings in eset smart security to allow file-sharing etc. I'll add a note to Kirk's answer so you can accept his.
– Rik – 2013-12-16T12:21:13.940