Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 May : IdFTP errors
| Subject: | IdFTP errors |
| Posted by: | "Ken Davies" (krdavi..@ivojo.co.uk) |
| Date: | Sat, 5 May 2007 12:25:58 |
I'm trying to upload files to a remote FTP server and am getting the
following errors:
EidReadTimeout with message 'Read Timeout'
'Transfer Aborted. Broken Pipe'
Basically, I'm uploading about half a dozen sub-directories, which works
fine but when I go to the main directory to upload (in this case
/public/www/) I first getting a 'Read Timeout' error vertually instantly -
despite setting ReadTimout to 60000 - then, when I press F9 to continue, I
get the 'Transfer aborted. Broken Pipe' error.
This all worked fine in D7 but since upgrading to D2007 it's stopped
working. I can connect and do all the operations manually with WSFTP so the
server hasn't changed.
Any idea what I might be doing wrong?
TIA
Ken Davies