what to do against error 30033 - WeOnlyDo Discussion board

what to do against error 30033 (General questions)

by dp, Wednesday, April 06, 2005, 13:34 (6982 days ago)

I get the error message vom server Server returned invalid response to FXP_ATTRS during GetFile( file.xyz ). This is error 30033.

What can I do against this error on the server !?

Thanks in advance

Daniel[:sad:]

Re: what to do against error 30033

by wodSupport, Wednesday, April 06, 2005, 14:15 (6982 days ago) @ dp

DP,

very hard to say. How can we duplicate that issue? What server (vendor, name) are you connecting to?

Do you use full paths?

Re: what to do against error 30033

by dp, Wednesday, April 06, 2005, 16:15 (6982 days ago) @ wodSupport

Hi,

here is my code:

SFTP obj = Sender as SFTP;
obj.ListNames( . ,Console.OpenStandardOutput());
obj.LocalPath = c:\poc_temp ;
obj.GetFile( .bashrc );

it´s very quaint, that the error occurs and ListNames(...) would not
be executed. Without GetFile(...) the error doesn´t occur and ListNames(...) works!

The Server is a windows machine with a installation of cygwin ssh server. More details are not available, because it´s a internal server.

What is the source of the error ? I need a explanation of this error for solving this problem on server...

Any suggestions ?

Thanks!

Re: what to do against error 30033

by wodSupport, Wednesday, April 06, 2005, 20:15 (6982 days ago) @ dp

DP,

can you send please complete code to our techsupport@weonlydo.com email? Especially parts when you Connect to the server.

Do you use sftp.Blocking = True?