sprintf( /* translators: %s: Username. */
__( 'Username/Password incorrect for %s'
),
$this->options
['username'
] ) );
return false;
} $this->ftp->
SetType( FTP_BINARY
);
$this->ftp->
Passive( true
);
$this->ftp->
setTimeout( FS_TIMEOUT
);
return true;
} /**
* Reads entire file into a string.
*
* @since 2.5.0
*
* @param string $file Name of the file to read.
* @return string|false Read data on success, false if no temporary file could be opened,
* or if the file couldn't be retrieved.
*/