Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4.7k views
in .NET FTP by (200 points)
So, I open a connection with EDT (using an FTP Connection).

The first file uploads great.
The second file- hangs.

At first I thought it might be moving too fast- so I put in something to wait after the file is uploaded before I do a second one... but it still fails...

"Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond."

I have tried longer timeouts.. shorter timeouts... even 0. This continues no matter what I try.

Anyone have any suggestions?

Thanks,

Hal

5 Answers

0 votes
by (162k points)
Do you get the same problem with another FTP client?

Is there a firewall preventing socket connections to the server?
0 votes
by (200 points)
I do not have the same problem with other FTP clients such as CuteFTP, a web based FTP client, Filezilla or even command line FTP. I only see this behavior when using the program based on edtFTP.
0 votes
by (162k points)
Ok, should be easy to fix then.

First thing to try is to swap from passive to active mode transfers (many clients use active mode).

Then email us a log file at the Debug level and we'll take a look.
0 votes
by (200 points)
Unfortunately that's not the case- ACTIVE mode doesn't work for me- PASV only.

I'll get a log together for you
0 votes
by (162k points)
If you could do command line FTP and first type 'debug' to get a debug listing, that should show us what the difference is.

Categories

...