change ftp pass command case

(cherry picked from commit 8b48c1df5d)
r14.1.x
Wirlaburla 4 months ago committed by Michele Calgaro
parent 91b5d541e4
commit fcbf2cd71b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -640,7 +640,7 @@ bool Ftp::ftpLogin()
if( needPass )
{
tempbuf = "pass ";
tempbuf = "PASS ";
tempbuf += pass.latin1();
kdDebug(7102) << "Sending Login password: " << "[protected]" << endl;
loggedIn = ( ftpSendCmd(tempbuf) && (m_iRespCode == 230) );

Loading…
Cancel
Save