Hi!
I'm using edtFTPnet/Free to connect to an ftp server and download a file. This works perfectly if I use a .net Windows application, but if use it in .net Service application I cannot establish a connection to the server.
The error that appears is:
"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."
Is there any limitation of this version with service applications? What could be going wrong? :(
Any help you can provide is much appreciated.