Tagged Questions
1
vote
1answer
51 views
Is it possible to monitor the progress of individual TIdFTPServer client downloads?
I have a TIdFTPServer that has several clients connected simultaneously. I want to monitor the progress of each of the client downloads.
Anybody know if this is possible?
0
votes
2answers
908 views
How to list all files in a FTP server?
I want List all files in a FTP server for Indexing(Main Dir and Sub Directories).
How can I get a full list of the files accessible in the server?
3
votes
0answers
556 views
Indy TIdFTP - EIdReplyRFCError - “Can't open data connection”
We are using Indy TIdFTP with FileZilla 0.9.39 beta FTP Server.
Frequently (not always) our client is receiving the following exception:
exception class : EIdReplyRFCError
exception message : Can't ...
3
votes
2answers
1k views
IdFtp.List throws socket-error #10054 occasionally
When I call the function
IdFtp.List(myList, '', false);
afterwards I have logged in and changed the ftp directory, I get a socket-error #10054 exception ("Connection reset by peer.") occesionally.
...
0
votes
0answers
541 views
TIdFtp causing List out of bounds error on first run only
I have a problem with the following code snip
the first time after start my program runs through this function the IdFtp.List command gives the following error
EListError with message 'List index ...
2
votes
1answer
608 views
Indy 10 Delphi FTP Client Demo Error
I am new to Delphi and wanted to try breaking down a demo to understand the it's structure.
I am trying to get the Indy 10 Delphi FTP Client demo to run on Delphi XE2.
Whenever I run the downloaded ...
