| 
 | 
 
CFtpConnection* GetFtpConnection( 
   LPCTSTR pstrServer, 
   LPCTSTR pstrUserName = NULL, 
   LPCTSTR pstrPassword = NULL, 
   INTERNET_PORT nPort = INTERNET_INVALID_PORT_NUMBER, 
   BOOL bPassive = FALSE 
); 
May I ask this function if the user name and password are entered and there is no abnormal return, is it equivalent to connecting to ftp and logging in? Is this correct? |   
 
 
 
 |