From fcbf2cd71b862375bbb287ee720e068feeff1823 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Thu, 17 Oct 2024 16:29:54 -0500 Subject: change ftp pass command case (cherry picked from commit 8b48c1df5dd5be9110baa1b6b85bc535119130e9) --- tdeioslave/ftp/ftp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeioslave') diff --git a/tdeioslave/ftp/ftp.cpp b/tdeioslave/ftp/ftp.cpp index db7de572c..8a87305f6 100644 --- a/tdeioslave/ftp/ftp.cpp +++ b/tdeioslave/ftp/ftp.cpp @@ -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) ); -- cgit v1.2.1