Click here to Skip to main content
Licence 
First Posted 3 Mar 2000
Views 120,847
Bookmarked 42 times

CFTPTransferDlg v1.0 - The FTP Protocol

By | 3 Mar 2000 | Article
A dialog implementation that performs a FTP file transfer.
  • Download source files - 42 Kb
  • Sample Image - FTPTransferDlg.gif

    Introduction

    CFTPTransgerDlg provides an MFC dialog which performs FTP uploads and downloads similar to the Internet Explorer download dialog as shown above.


    History
    Usage
    Contacting the Author


    History

    v1.0 (4 January 2000)
    • Initial public release.


    Usage

    To use CFTPTransferDlg in your project simply include FTPTransferDlg.cpp/.h from the test application in your application and #include "FTPTransferDlg.h" in whichever files you want to use the class in. You should also copy over all the IDS_FTPTRANSFER_.. string resources, the IDD_FTPTRANSFER dialog resource and the IDR_FTPTRANSFER_ANIMATION "avi" resource. To bring up the dialog to upload / download a specific file, just use some code like the following:

    CFTPTransferDlg dlg;
    dlg.m_sServer = _T("ftp.some-site.com");
    dlg.m_sRemoteFile = _T("/somefile.ext");
    dlg.m_sLocal = _T("c:\\somfile.ext");
    dlg.m_bDownload = TRUE;
    dlg.m_bBinary = TRUE;
    if (dlg.DoModal() == IDOK)
       AfxMessageBox("File was downloaded successfully");
    

    You should also have a look at the CFTPDlg::OnDownload() and CFTPDlg::OnUpload() code in the sample application.


    Contacting the Author

    PJ Naughter
    Email: pjn@indigo..ie
    Web: http://www.naughter.com
    4th January 2000


    License

    This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

    A list of licenses authors might use can be found here

    About the Author

    PJ Naughter



    United States United States

    Member



    Sign Up to vote   Poor Excellent
    Add a reason or comment to your vote: x
    Votes of 3 or less require a comment

    Comments and Discussions

     
    You must Sign In to use this message board. (secure sign-in)
     
    Search this forum  
     FAQ
        Noise  Layout  Per page   
      Refresh
    QuestionLicence?? Pinmemberpippo pioppo23:49 8 Dec '11  
    GeneralVirus FakeIE_i PinmemberjohnTorresBarreto9:29 9 Jun '11  
    QuestionWould it be better if the ftp upload would have been independednt of the GUI ? PinmemberVikrant for VC++11:56 15 Nov '06  
    AnswerRe: Would it be better if the ftp upload would have been independednt of the GUI ? Pinmemberpjnaughter13:26 3 May '07  
    Generalprotocol implementation Pinmemberraian_blore19:53 6 Dec '05  
    Generalhelp , please Pinmemberdynamica1234:07 16 Oct '05  
    GeneralRe: help , please PinmemberColby5004:03 25 Jul '06  
    GeneralUploading images PinmemberJack_pt15:39 16 Jan '05  
    GeneralRe: Uploading images PinmemberTomas Jakl14:35 19 Jan '05  
    GeneralText is one long line PinmemberJack_pt15:37 11 Dec '04  
    GeneralMissing feature: Multiple file transfer PinmemberYoSilver8:46 1 May '04  
    GeneralRe: Missing feature: Multiple file transfer Pinmemberpjnaughter11:21 1 May '04  
    GeneralRe: Missing feature: Multiple file transfer Pinmemberpjnaughter4:36 9 May '04  
    GeneralRe: Missing feature: Multiple file transfer PinmemberJack_pt15:16 27 Nov '04  
    GeneralRe: Missing feature: Multiple file transfer PinmemberJack_pt10:33 15 Dec '04  
    GeneralSecurity Issue Pinmemberalan934:10 20 Nov '03  
    GeneralRe: Security Issue Pinmemberpjnaughter4:55 20 Nov '03  
    GeneralRe: Security Issue Pinmemberalan935:51 20 Nov '03  
    Generalneed help:FTP Pinmembergirishnadig1:17 29 Aug '03  
    GeneralIt is too slow compared to ordinary downloading PinmemberAnonymous18:53 11 Jun '02  
    GeneralRe: It is too slow compared to ordinary downloading Pinmemberpjnaughter0:26 22 Jan '03  
    GeneralIs it work on proxy PinmemberNarendra Jain2:36 4 May '02  
    GeneralRe: Is it work on proxy Pinmemberpjnaughter0:28 22 Jan '03  
    Generalftp command PinmemberPaul Pang20:16 17 Mar '02  
    GeneralRe: ftp command Pinmemberpjnaughter0:29 22 Jan '03  

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

    Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

    Permalink | Advertise | Privacy | Mobile
    Web04 | 2.5.120517.1 | Last Updated 4 Mar 2000
    Article Copyright 2000 by PJ Naughter
    Everything else Copyright © CodeProject, 1999-2012
    Terms of Use
    Layout: fixed | fluid