Library: Net
Package: FTP
Header: Poco/Net/FTPStreamFactory.h
The base class for all password providers. An instance of a subclass of this class can be registered with the FTPStreamFactory to provide a password
Member Functions: password
 
  
   
 virtual ~FTPPasswordProvider();
 
 virtual std::string password(
    const std::string & username,
    const std::string & host
) = 0;
Provide the password for the given user on the given host.