當前位置:首頁 » 文件管理 » 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