Changeset 1643 for nepenthes

Show
Ignore:
Timestamp:
07/07/08 02:11:07 (2 months ago)
Author:
common
Message:

nepenthes

  • download-ftp, send CWD even if there is no binary mode set
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/modules/download-ftp/CTRLDialogue.cpp

    r1493 r1643  
    164164                                                        m_State = FTP_TYPE; 
    165165                                                } 
     166 
    166167                                        }else 
     168                                        if ( m_Download->getDownloadUrl()->getDir() != "" ) 
     169                                        { 
     170                                                sendCWD(); 
     171                                                m_State = FTP_CWD; 
     172                                        } 
     173                                        else 
    167174                                        { 
    168175                                                sendPort();