Hi Please tell me what is the Pre-requisite to connect with the client machine. Just i downloaded the trails version of RebexFtpSsl-Trial-3.0.4086.0-DotNet2.0. I installed on both machine client machine and server machine. But when i am going to connect i am getting an error.

ftp.Connect("192.168.0.4"); // Error

"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."

Please tell me the solution.

what i should install on client Machine. I am very new Here. Please

This question is marked "community wiki".

asked 18 Oct '11, 09:51

Galvin's gravatar image

Galvin
15
accept rate: 0%

edited 18 Oct '11, 15:30

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310


This exception usually means that the server is not reachable or a wrong address is used. It is thrown when a connection attempt times out at the TCP stack level. Check out its entry at WinSock Error Reference page for possible reasons and suggestions.

Are you able to connect using any other FTP client such as Windows command prompt ftp utility? Just run ftp 192.168.0.4 in command line and let us know whether it works or whether you get an error similar to the one reported by Rebex FTP/SSL.

To make sure your copy of Rebex FTP/SSL actually works, try connecting to "ftp.rebex.net" - that's an FTP server we set up for testing purposes.

link

answered 18 Oct '11, 11:32

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.4k28
accept rate: 31%

edited 18 Oct '11, 11:34

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×152
×3

Asked: 18 Oct '11, 09:51

Seen: 329 times

Last updated: 18 Oct '11, 15:30