change ftp pass command case

master
Wirlaburla 7 days ago
parent cb8fa6a237
commit 8b48c1df5d

@ -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