1

I am using netcat to send file over my campus network. I have used

c:\nc -w200 10.x.x.x 9638 < file.txt

on my client machine and

c:\nc -v -L -p 9638 >> nc.out

on my computer that is working as a server to receive files. It worked completely fine when i tested it using localhost hence sending and receiving files on my system only.I am using the netcat version without the GAPING_SECURITY_HOLE downloaded from http://www.rodneybeede.com/Compile_Netcat_on_Windows_using_MinGW.html.

Our systems are connected to the net using proxy servers. Could they be interfering? Also pinging computers is disabled. I am working on windows for now.

1 Answer 1

1

Yes proxy and router may interfere. Try to see if you can telnet to that port

telnet <ip> port

That will tell you if you can access that machine on that port

Sign up to request clarification or add additional context in comments.

1 Comment

It wasn't working earlier but now its working ... the proxy was not an issue... and yes i was able to telnet. thanks for the quick reply

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.