Top "Send" questions

is a generic tag for communication between programmed elements using some protocol.

Send some keys to inactive window with python

I'm trying to send some keys to an inactive window/process/program (Win32/64) using Python. Already read about pywinauto and …

python windows key send sendkeys
With C TCP sockets, can 'send' return zero?

Is it ever possible for the C send function to return zero when using TCP sockets? The man page just …

c sockets tcp return-value send
Send anonymous emails C#

Hi I want to send password validation to my users using c#, and I wish to protect my mail box …

c# email send anonymous
Capture output from ssh with expect script

I want to capture the output of my expect script in a file.txt. #!/usr/bin/expect -f match_max 10000 …

ssh output send expect cisco
Sending emails using C

I have just started learning about socket programming and learned about winsock and achieved some progress. my question is basically: …

c sockets smtp winsock send
Spring Kafka asynchronous send calls block

I'm using Spring-Kafka version 1.2.1 and, when the Kafka server is down/unreachable, the asynchronous send calls block for a time. …

spring asynchronous apache-kafka send producer
Python Socket - Send/Receive messages at the same time

Basically I have been working on a simple chat room using socket and thread. In my client I can receive …

python sockets send recv
how to send image from one activity to other?

I need send a imageview like i send the string "title", but i can't, how can i send a imageview (…

android android-activity imageview send
C++ How can I send an object via socket?

I have a question for you. I have this class: ` #define DIMBLOCK 128 #ifndef _BLOCCO_ #define _BLOCCO_ class blocco { public: int …

c++ sockets tcp send recv
Socket: send() function returned 'Broken Pipe' error

I am new to socket programming, I am trying to send some packets to server using the send() function in …

c++ sockets tcp send broken-pipe