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()
298 m_pFCP->forHost(m_aFTPURL.host(), in execute()
299 m_aFTPURL.port(), in execute()
300 m_aFTPURL.username(), in execute()
305 m_aFTPURL.ident(false, false), in execute()
306 m_aFTPURL.host(), // ServerName in execute()
311 m_aFTPURL.username(), in execute()
333 m_aFTPURL.host(), in execute()
334 m_aFTPURL.port(), in execute()
[all …]
H A Dftpcontent.hxx141 FTPURL m_aFTPURL; member in ftp::FTPContent