TransmitFtpFile.cpp
资源名称:FTP总集.rar [点击查看]
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:1k
源码类别:
Ftp客户端
开发平台:
Visual C++
- // TransmitFtpFile.cpp: implementation of the CTransmitFtpFile class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "quickftp.h"
- #include "TransmitFtpFile.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CTransmitFtpFile::CTransmitFtpFile()
- {
- }
- CTransmitFtpFile::~CTransmitFtpFile()
- {
- }