Login  
Search All Forums
Dart Home | PowerTCP FTP for .NET | Custom Development Reply | PowerTCP FTP for .NET Topics | Forums   
AuthorForum: PowerTCP FTP for .NET
Topic: Connection Attempt Failed
ffd

From: Sydney, USA
Posts: 1
Member Since: 05/07/07
posted November 27, 2008 6:18 PM

Hi,

When I transfer a small file, the FTP client works fine, but when I transfer a large file, the FTP client throws an error.

The error is:
"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 saw a previous post (6th Nov) and followed your instructions, the trace is as follows:


Received <--
220 (vsFTPd 2.0.4)

Sent -->
USER ########

Received <--
331 Please specify the password.

Sent -->
PASS ########

Received <--
230 Login successful.

Sent -->
PASV

Received <--
227 Entering Passive Mode (203,26,177,227,218,175)

Sent -->
STOR /incoming/FullReport_20081124_061030.zip

Received <--
150 Ok to send data.

Sent -->
QUIT


I'm assuming because it's a large file the port 21 communication port timeouts and closes, so when the QUIT command is sent, the host does not respond. How do you stop this from happening so that the QUIT command can be recieved and an error isn't thrown.

If that's not what's happening i'm also happy for other suggestions

Thanks,

FDAPM
Jamie Powell (Admin)

From: Rome, NY USA
Posts: 448
Member Since: 03/13/07

Extra Support Options
Custom Application Development

posted December 18, 2008 3:20 PM

Hello, this issue needs to be handled directly through our administrative procedures. Please contact sales@dart.com regarding this issue. Thank you.
Reply | PowerTCP FTP for .NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX