Home > Back-end >  DELPHI 7 IDFTP compiled under the FTP program, it won't be under Windows 7, how to solve?
DELPHI 7 IDFTP compiled under the FTP program, it won't be under Windows 7, how to solve?

Time:10-27

As title, can be in other operating systems, including on the 64 - bit SERVER operating system can run normally, but not under Windows 7, please to do any special Settings?

CodePudding user response:

Port no permissions?

CodePudding user response:

No, all Windows 7 in?

CodePudding user response:

Continue to top the

CodePudding user response:

Change Windows 7 directory permissions, an update to all control

CodePudding user response:

I also encountered this problem, don't know the building Lord solve have no?

CodePudding user response:

Reduce the uac or try the administrator privileges to run

CodePudding user response:

Should be less DLL file
Or DLL version is wrong.

CodePudding user response:

TIdFTP. The DirectoryListing is returning nothing for my FTP server. According to?

We restructured the way the FTP directory listing is done. The code is now a plug-in in the system with various parsers in their own units which register more into a framework To add support for a particular type of FTP server, you simple 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 to 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 whenever The at further 150 KB 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-in those into the standard FTP parsing list framework.

I can't find FTP service under Windows 7 system files;
  • Related