Home
last modified time | relevance | path

Searched refs:m_aFTPURL (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx106 m_aFTPURL(aFTPURL), in FTPContent()
120 m_aFTPURL(Identifier->getContentIdentifier(), in FTPContent()
291 m_pFCP->forHost(m_aFTPURL.host(), in execute()
292 m_aFTPURL.port(), in execute()
293 m_aFTPURL.username(), in execute()
298 m_aFTPURL.ident(false, false), in execute()
299 m_aFTPURL.host(), // ServerName in execute()
304 m_aFTPURL.username(), in execute()
326 m_aFTPURL.host(), in execute()
327 m_aFTPURL.port(), in execute()
[all …]
H A Dftpcontent.hxx130 FTPURL m_aFTPURL; member in ftp::FTPContent