Indy Sockets FTP Get() Function

  • Thread starter Thread starter xhenxhe
  • Start date Start date
X

xhenxhe

I'm using Indy Sockets for some automation. I FTP files to a UNIX and Linux
server, run the files using SSH and then FTP them back locally. Everything
seems to work find until FTPing back to the local computer. For some reason
the Get function doesn't seem to get the whole file in on a few occasions.
It will get most of the file and then go on to another file. It is only
certain files and it can be somewhat random so I'm really having trouble
trying to figure it out. I'm ready to give up on the function and just
create a batch file that calls the command line FTP and run a script that
way, but it is nice to show a progress bar by having it all done with Indy.

Has anyone experienced a similar problem with the Get function in Indy
Sockets?
 
Hi,

Here is a link to my solution.
http://www.onteorasoftware.com/downloads/indy.zip

Ken
-------------------------
I'm using Indy Sockets for some automation. I FTP files to a UNIX and Linux
server, run the files using SSH and then FTP them back locally. Everything
seems to work find until FTPing back to the local computer. For some reason
the Get function doesn't seem to get the whole file in on a few occasions.
It will get most of the file and then go on to another file. It is only
certain files and it can be somewhat random so I'm really having trouble
trying to figure it out. I'm ready to give up on the function and just
create a batch file that calls the command line FTP and run a script that
way, but it is nice to show a progress bar by having it all done with Indy.

Has anyone experienced a similar problem with the Get function in Indy
Sockets?
 
Thanks, but not helpful. I'm guessing it's just a bug in Indy. I'll have
to just go with plan B.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top