Lines Matching refs:username
673 CString username;676 if( !dialog.GetLogin( username, password ) )683 // ftp://[username[:password]@]<ip>686 if( username.GetLength() > 0 )688 url += username;