Click here to Skip to main content
15,897,371 members
Articles / Desktop Programming / MFC

CFTPTransferDlg v1.0 - The FTP Protocol

Rate me:
Please Sign up or sign in to vote.
4.44/5 (8 votes)
3 Mar 2000 158K   3K   47  
A dialog implementation that performs a FTP file transfer.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by FTPTransfer.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_FTPTRANSFER_DIALOG          102
#define IDS_FTPTRANSFER_FILESTATUS1     102
#define IDS_FTPTRANSFER_CONNECTED       103
#define IDS_FTPTRANSFER_RESOLVING_NAME  104
#define IDS_FTPTRANSFER_RESOLVED_NAME   105
#define IDS_FTPTRANSFER_CONNECTING      106
#define IDS_FTPTRANSFER_FAIL_OPEN_FILE  107
#define IDS_FTPTRANSFER_GETTING_FILE_INFORMATION 108
#define IDS_FTPTRANSFER_FILESTATUS2     109
#define IDS_FTPTRANSFER_GENERIC_ERROR   110
#define IDS_FTPTRANSFER_FAIL_CONNECT_SERVER 111
#define IDS_FTPTRANSFER_INVALID_SERVER_RESPONSE 112
#define IDS_TRANSFER_OK_TO_OVERWRITE    113
#define IDS_FTPTRANSFER_ERROR_READFILE  114
#define IDS_FTPTRANSFER_PERCENTAGE      115
#define IDS_FTPTRANSFER_RETREIVEING_FILE 116
#define IDS_FTPTRANSFER_OF              117
#define IDS_FTPTRANSFER_SECONDS         118
#define IDS_FTPTRANSFER_MINUTES         119
#define IDS_FTPTRANSFER_MINUTES_AND_SECONDS 120
#define IDS_FTPTRANSFER_BYTES           121
#define IDR_MAINFRAME                   122
#define IDS_FTPTRANSFER_UPLOADING_FILE  122
#define IDS_FTPTRANSFER_KILOBYTES       123
#define IDD_FTPTRANSFER                 124
#define IDS_FTPTRANSFER_ERROR_WRITEFILE 124
#define IDS_FTPTRANSFER_MEGABYTES       125
#define IDR_FTPTRANSFER_ANIMATION       126
#define IDS_FTPTRANSFER_TIMELEFT        127
#define IDS_FTPTRANSFER_BYTESPERSECOND  128
#define IDS_FTPTRANSFER_KILOBYTESPERSECOND 129
#define IDS_FTPTRANSFER_OK_TO_OVERWRITE 130
#define IDS_FTPTRANSFER_FAIL_LOCALFILE_OPEN1 131
#define IDS_FTPTRANSFER_ABORTING_TRANSFER 132
#define IDS_FTPTRANSFER_FAIL_LOCALFILE_OPEN2 133
#define IDS_FTPTRANSFER_UPLOAD_CAPTION  134
#define IDC_ANIMATE1                    1000
#define IDC_STATUS                      1001
#define IDC_FILESTATUS                  1002
#define IDC_PROGRESS1                   1003
#define IDC_TIMELEFT                    1004
#define IDC_TRANSFER_RATE               1005
#define IDC_DOWNLOAD                    1005
#define IDC_REMOTE                      1006
#define IDC_LOCAL                       1007
#define IDC_USER                        1008
#define IDC_PASSWORD                    1009
#define IDC_UPLOAD                      1010
#define IDC_SERVER                      1011
#define IDC_ASCII                       1012

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        131
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1013
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

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


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions