Lines Matching refs:reply

34 	BString reply;
39 len = ReadReply(&reply);
45 fprintf(stderr, _GetReplyText(), reply.String());
46 if (reply.FindFirst("sftp>") < 0)
57 BString reply;
61 len = ReadReply(&reply);
66 fprintf(stderr, _GetReplyText(), reply.String());
67 printf("%s", reply.String());
68 if (reply.FindFirst("sftp>") == 0)
107 BString reply;
110 len = ReadReply(&reply);
115 fprintf(stderr, _GetReplyText(), reply.String());
116 if (reply.FindFirst("Connecting to ") != 0)
119 len = ReadReply(&reply);
125 fprintf(stderr, _GetReplyText(), reply.String());
126 if (reply.FindFirst(/*[pP]*/"assword:") < 0)
132 len = ReadReply(&reply);
138 fprintf(stderr, _GetReplyText(), reply.String());
139 if (reply != "\n")
142 len = ReadReply(&reply);
148 fprintf(stderr, _GetReplyText(), reply.String());
149 if (reply.FindFirst("sftp>") < 0)
165 BString reply;
167 len = ReadReply(&reply);
173 fprintf(stderr, _GetReplyText(), reply.String());
174 if (reply.FindFirst("Uploading") < 0)
177 len = ReadReply(&reply);
183 fprintf(stderr, _GetReplyText(), reply.String());
184 if (reply.FindFirst("sftp>") < 0)
211 BString reply;
213 len = ReadReply(&reply);
219 fprintf(stderr, _GetReplyText(), reply.String());
221 //if (reply.FindFirst("Removing") != 0 && reply.FindFirst("Couldn't") )
224 len = ReadReply(&reply);
230 fprintf(stderr, _GetReplyText(), reply.String());
231 if (reply.FindFirst("sftp>") < 0)
238 len = ReadReply(&reply);
244 fprintf(stderr, _GetReplyText(), reply.String());
245 if (reply.FindFirst("sftp>") < 0)
261 BString reply;
263 len = ReadReply(&reply);
269 fprintf(stderr, _GetReplyText(), reply.String());
270 if (reply.FindFirst("Changing") < 0)
273 len = ReadReply(&reply);
279 fprintf(stderr, _GetReplyText(), reply.String());
280 if (reply.FindFirst("sftp>") < 0)
310 return B_TRANSLATE("reply: '%s'\n");