Link to home
Start Free TrialLog in
Avatar of Forrest_Gump
Forrest_Gump

asked on

what is that error means??

Message: Server does not return message to the message
Stack:    at FTPClient.FTPConnection.Read()
   at FTPClient.FTPConnection.Open(String remoteHost, Int32 remotePort, String user, String password, FTPMode pMode)
   at FTPClient.FTPConnection.Open(String remoteHost, String user, String password, FTPMode mode)
   at SimeserServicesLibrary.Helpers.FtpHandler.Connect()
   at ScheduleMoverLibrary.ScheduleMover.Move(Object obj)
ASKER CERTIFIED SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Forrest_Gump
Forrest_Gump

ASKER

is that becasue of my ftp client program?
my ftp client go nothing with my application- i use ftp client only to check on my application
(if that working fine or not)

about the attribute, i use dot.net2 package that covers the connection between my local drive and the
ftp servers that i use(i read and write files to\from 2+ ftp servers)
i downloaded the package long time ago and i don't even remember where from...
if that the problem how can i find it or solve it?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
the server is clodsed right now and i am at work, i will check this in few hours.
can you tell me what to look for?
what is that check for?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
can you please explain why?
i mean what is the logic behind that check
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
but the application works fine...all files being transfated as i want them...
i just notice that every few minutes i get this error message in the log
I searched the packege on the net and I found it. Here it is:
http://www.sendspace.com/file/2ty71b

I also attached the files (changed cs extension to txt)/

most of the ftp operations are fine, but sometimes (lets say one times from 4) I get that exception.
How can I solve it??

thanks

FTPClient.zip