DELPHI 7下IDFTP编的FTP程序,在WIN7下用不了,如何解决?

xpzhou 2011-09-05 09:22:05
如题,在其它操作系统上都可以,包括在64位的SERVER操作系统上都可以正常运行,但是在WIN7下却不行。请问要做什么特殊设置吗?
...全文
300 8 打赏 收藏 转发到动态 举报
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
taixinltd 2013-01-04
  • 打赏
  • 举报
回复
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 服务的解析文件;
山东蓝鸟贵薪 2012-07-03
  • 打赏
  • 举报
回复
应该少DLL文件的
或者DLL的版本不对吧
xxfly 2012-07-03
  • 打赏
  • 举报
回复
降低uac或用管理员权限运行试试
yanele 2012-07-03
  • 打赏
  • 举报
回复
我也遇到这个问题了,不知道楼主解决没有?
人鱼传说 2011-10-15
  • 打赏
  • 举报
回复
改一下win7的程序升级目录的权限,改为全部控制
山东蓝鸟贵薪 2011-09-06
  • 打赏
  • 举报
回复
继续顶一下
xpzhou 2011-09-06
  • 打赏
  • 举报
回复
不是,所有WIN7的都用不了?
somemak 2011-09-06
  • 打赏
  • 举报
回复
是不是端口没权限?

1,593

社区成员

发帖
与我相关
我的任务
社区描述
Delphi 网络通信/分布式开发
社区管理员
  • 网络通信/分布式开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧