当前位置:首页 » 文件管理 » ftp类vc

ftp类vc

发布时间: 2022-08-23 03:02:23

㈠ VC++做的ftp代码服务端

啥呀?

㈡ 多线程FTP程序用VC/C++如何设计

这是codeproject的关于ftp的实现,你可以去down源代码
Introction

StuffFTP is a free for life FTP client. This FTP client will allow you to connect to FTP servers and upload and download files.
Motivation

Why did I create and continue to support StuffFTP? First it is a learning experience, and since I just got laid off from my company, I decided to use some of the tools they have provided, its legal as I technically bought them and they do not have other programmers following in my footstep nor do they plan on hiring any, to create something for the community. I also used another FTP program that was freeware for a while and then became pay to use software with little to no notice. That irked me and a friend suggested I create my own FTP client. So I am.
Progress

This is currently a work in progress and I would be the first to say there is a lot of work to do. Since I am laid off, I have lots of time on my hands. And this is an excellent chance for me to learn some of the concepts of C++ that I wanted to, but never had the chance while I was working. I was hoping to get a job in San Jose, CA, but decided to hold off and live on saving for a while.
Guarantee

I will support this program as best as I can. I have already setup a website and forum for it, here. I use the forum because I have trouble responding to email especially when I get a whole bunch of SPAM everyday. There is no adware or spyware in the program, and I guarantee that it will be free for the life of the program.

Some people have already asked why I don't open source the project. The main reason is I do not know if I can. StuffFTP uses some proprietary third party libraries. I do not know if I can post the source code or header files to those libraries. So everyone will have to wait until I can get rid of those libraries or hear back from the companies concerning my question about releasing header and associated help files.
Tools

* MS Windows XP Professional
* MS Visual Studio .NET C++/MFC
* Clickteam Install Maker
* Clickteam Patch Maker
* Betaone.net forum members
* CXListCtrl by Hans Dietrich

3rd Party Libraries

The application uses Catalyst Socket Tools Library Edition and Professional UI GUI library. So far the support has been fair with Prof-UI and outstanding with Catalyst. The Catalyst tool is for the actual FTP connection and, as the name suggests, Prof-UI is being used for the GUI.
Updates

You can find the latest updates here and you can also find my latest ramblings, blogs, and support here. This is where you can find out all the latest versions and information.
How to contribute

Money! Just kidding you can contribute by downloading, using, and giving feedback on the program. That way I can determine which path to take with the application and which features to prioritize or not. Graphics is also where I need lots of help. I am left brained and can not draw a good stick figure to save my life. If you can help with graphics or anything else, please let me know. Also talk to me, I am bored. I have no job at the moment so I can use the company.
Features

* Able to upload/download from server/computer
* Connect to FTP sites using login
* Connect using other ports besides 21
* Delete, rename, and CHMOD a file

History

* 12/10/2003 - Version 0.11a
* 12/07/2003 - Version 0.10a

㈢ VC编写的ftp服务器

我有ftp服务器端程序的源代码
你留个qq,我联系你

㈣ VC实现FTP服务器上传功能

晕.PutFile目标文件只能写文件名,不能写路径.上传到FTP的当前目录下.

㈤ vc++ 编程 CFtpConnection类的getfile函数问题 ! pConnection->GetFile(m_strSName,m_strDName);

如果是选择本地路径的话,为什么不能在下载的时候弹出选择框,自己选择不行么?

通过CFileDialog类很容易实现这个功能

也可以直接选择路径,文件名与下载的相同,例如:
BROWSEINFO bInfo;
ZeroMemory(&bInfo, sizeof(bInfo));
bInfo.hwndOwner =GetSafeHwnd();
bInfo.lpszTitle = _T("选择文件保存的路径");
bInfo.ulFlags = BIF_RETURNONLYFSDIRS;

LPITEMIDLIST lpDlist;
lpDlist = SHBrowseForFolder(&bInfo) ;
if(lpDlist != NULL)
{
TCHAR chPath[MAX_PATH];
SHGetPathFromIDList(lpDlist, chPath); m_strPath = chPath;


后台执行的话,需要提前设置好文件保存路径就可以了呀

㈥ VC 怎样上传文件到FTP服务器上

用wininet的ftp函数

㈦ vc 编程 CFtpConnection类的getfile函数问题 !

你可以在返回失败后调用GetLastError看看返回哪个错误码,然后去查下这个错误码对应的错误原因是什么,这样大家也好大致定位错误原因。

㈧ 急求VC++编写的FTP服务器程序!!谢谢!!!!!!

MFC中的类CFtpConnection管理我们与Internet服务器的连接,并直接操作服务器上的目录和文件,有兴趣可以自己研究一下,有问题我们网络Hi再探讨.

㈨ VC++怎么获取FTP上的文件大小信息

通过CFtpFileFind 得到文件的URL之后,然后通过CHttpFile::QueryInfo 得到文件大小。

㈩ 用vc实现的ftp如何使用,是两台电脑都安装了软件运行吗

在高级语言中我比较喜欢Delphi,大家不是都说吗“真正的程序员用VC,聪明的恶意破坏它人的软件或系统将导致法律刑责, 如果你只是使用电脑,那仅为非法

热点内容
如何寻找资产配置机会 发布:2024-10-13 19:13:47 浏览:374
轿车安卓中控怎么安装手机卡 发布:2024-10-13 19:05:23 浏览:450
商城首页android 发布:2024-10-13 17:53:20 浏览:496
甲骨文云服务器如何申请 发布:2024-10-13 16:49:39 浏览:134
c语言中参数传递 发布:2024-10-13 16:30:15 浏览:81
cos服务器搭建 发布:2024-10-13 16:17:41 浏览:336
象棋软件算法 发布:2024-10-13 15:32:35 浏览:901
平板怎么看真正配置 发布:2024-10-13 14:53:32 浏览:35
微信存储空间的其他 发布:2024-10-13 14:52:14 浏览:672
怎么绕过系统密码登录密码登录密码登录 发布:2024-10-13 14:47:41 浏览:510