如題,在其它作業系統上都可以,包括在64位的SERVER作業系統上都可以正常運行,但是在WIN7下卻不行。請問要做什么特殊設定嗎?
uj5u.com熱心網友回復:
是不是埠沒權限?uj5u.com熱心網友回復:
不是,所有WIN7的都用不了?uj5u.com熱心網友回復:
繼續頂一下

uj5u.com熱心網友回復:
改一下win7的程式升級目錄的權限,改為全部控制uj5u.com熱心網友回復:
我也遇到這個問題了,不知道樓主解決沒有?uj5u.com熱心網友回復:
降低uac或用管理員權限運行試試uj5u.com熱心網友回復:
應該少DLL檔案的或者DLL的版本不對吧
uj5u.com熱心網友回復:
TIdFTP.DirectoryListing is returning nothing for my FTP server. Why?We restructured the way FTP directory listing is done. The code is now a plug in system with various parsers in their own units which register themselves into a framework. To add support for a particular type of FTP server, you simply add the parser unit to one of your program unit's uses clause.
To add the Unix directory list parser, add IdFTPListParseUnix to your unit's clause. To add support for Microsoft Windows NT IIS FTP server, add IdFTPListParseWindowsNT to your uses clause. You can also add many other parsers we include in the Indy packages. By convention, they are named IdFTPListParser followed by the server type. You do not need to add IdFTPListParseBase to your uses clause because IdFTP uses that unit. If you wish to use all of Indy's FTP List parser classes, just add the IdAllFTPListParsers unit to your uses clause.
We admit this new design is not as intuitive as the older one but this has many advantages for us such as:
? The FTP list parsing code is now much easier to maintain than the same code in a non-modular design in one unit which would be at least 150KB total.
? You now can add support for only the FTP servers you want your program support to support.
? You can now write your own custom parser classes and plug those into the standard FTP parsing list framework.
我也找不到WIN7系統下FTP 服務的決議檔案;
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/151934.html
標籤:網絡通信/分布式開發
上一篇:怎么加載sharpmap
