Lines Matching full:retr
958 // RETR command
960 std::string command = "RETR " + GetRequestPathForFtpCommand(false);
989 // It's possible that RETR failed because the path is a directory.
1003 // an infinite loop (RETR can later send CWD, and CWD can later send RETR).
1091 // an access error (http://crbug.com/56734). Try RETR just to be sure.