A Bug in the System:
Tuesday, September 8, 2015
Another Way to Transfer Files Over the Network in Linux
Transfer files with nc when SimpleHTTPServer python module is not available.
nc -l <port_to_listen_on> < <file to transfer>
nc <ip_of_server> <port> > <output_file_name>
example,
nc -l 9000 < logs.zip
nc 192.168.1.3 > logs.zip
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
What's in my Bag? EDC of a Tester
An Introduction to mind maps for testers
Why? Similar to identifying test conditions and done as part of the test analysis activity. Better medium to convey the test scope to other ...
Error Handling and Functions with BASH
BASH[1], to my understanding is not meant to be used as a general purpose programming language and attempting to use it for such purposes ca...
Why SQE is hard and why it’s still worthwhile to pursue it as a career Pt. 1
Learning SQE is like learning to play the drums, anyone can learn to keep a beat, but very few can master the instrument. SQE is hard becaus...
No comments:
Post a Comment