Lines Matching refs:Client
127 my %displaytext; # text returned to client before callback runs
479 # Send data to the client on the control stream, which happens to be plain
506 # Send data to the FTP client on the data stream when data connection
540 # client before the command callback runs is stored in 'displaytext'.
722 # The client (which normally contains the test number)
726 my ($client) = @_;
729 # TODO: Get the IP address of the client connection to use in the
730 # EHLO response when the client doesn't specify one but for now use
732 if(!$client) {
733 $client = "[127.0.0.1]";
740 push @data, "$smtp_type pingpong test server Hello $client";
775 # Store the client (as it may contain the test number)
776 $smtp_client = $client;
782 my ($client) = @_;
784 # TODO: Get the IP address of the client connection to use in the HELO
785 # response when the client doesn't specify one but for now use 127.0.0.1
786 if(!$client) {
787 $client = "[127.0.0.1]";
794 sendcontrol "250 $smtp_type pingpong test server Hello $client\r\n";
796 # Store the client (as it may contain the test number)
797 $smtp_client = $client;
2046 # client shall timeout
2049 # client shall timeout
2099 # client shall timeout
2102 # client shall timeout
2221 # client shall timeout
2224 # client shall timeout
2334 # client shall timeout
2337 # client shall timeout
2402 logmsg "====> Passive DATA channel requested by client\n";
2509 logmsg "Client has been notified that DATA conn ".
2514 logmsg "====> Client fooled ($str)\n";
2532 # we wait for a connected client
2533 logmsg "Odd, we got $input from client\n";
2536 logmsg "Client connects to port $pasvport\n";
2553 logmsg "====> Client established passive DATA connection ".
2576 logmsg "====> Active DATA channel requested by client\n";
2645 # client shall timeout awaiting connection from server
2655 # client shall timeout awaiting connection from server
2661 logmsg "====> Active DATA channel connected to client port $port\n";
2685 # Data sockfilter accepted connection from client.
2692 # Data sockfilter has connected to client.
2700 # client won't be able to establish data connection.
2708 # client awaits data connection from server in vain.
2736 # a new client control connection is established with the test server.
3003 # we wait for a connected client
3007 logmsg "====> Client connect\n";
3227 logmsg "====> Client disconnected\n";