WS_GLOB.C
资源名称:wnftpsrc.zip [点击查看]
上传用户:dansui
上传日期:2007-01-04
资源大小:71k
文件大小:5k
源码类别:
Ftp客户端
开发平台:
WINDOWS
- #define IS_GLOBAL_C /* prevent externs from being read in ws_glob.h */
- #include "ws_glob.h"
- #include "winftp.h"
- #ifndef MAXPACKET
- #define MAXPACKET 4096
- #endif
- BOOL bAutoStart = TRUE; // automatically prompt for connect
- BOOL bAborted = FALSE; // set by timeout routine
- BOOL bRetain = FALSE; // retain temp files or not
- BOOL bDblClkVu = FALSE; // double click means what
- BOOL bAccount = FALSE; // use ACCOUNT password
- BOOL bFireWall = FALSE; // use FireWall Access
- BOOL bLocalHistory = FALSE;
- BOOL bRemoteHistory= FALSE;
- BOOL bCancelXfer = FALSE;
- BOOL bOpInProgress = FALSE;
- WORD wSortType = IDM_SORTBYNAME;
- u_int uiTimeOut=60000; // 60 second timeout??
- char szXferWnd[15]="WFTPXfer";
- char szMsgWnd[15]="WFTPZoom";
- char szMsgBuf[MAXPACKET]; // main i/o buffer
- u_char szSendPkt[MAXPACKET]; // output transfer buffer
- char szString[5120]; // temp string area
- char szViewer[128]="pfe32";
- char szMailAddress[128];
- char szDlgPrompt[80]="input:"; // used by input dialog as prompt
- char szDlgEdit[80]=""; // used by input dialog for output
- char szConfig[80]=""; // used by host dialog for Config Name
- char szUserID[80]=""; // used by host dialog for userid
- char szPassWord[80]="